forked from RabbyDevs/rooms-launcher
- Added new dependencies including `aes`, `bzip2`, `zip`, and others in `Cargo.lock`. - Updated existing dependencies to their latest versions. - Refactored image handling in `video.rs` for better readability and performance. - Enhanced game installation logic in `installer.rs` to support new game types. - Introduced settings management in the application state. - Improved error handling and logging throughout the codebase. - Cleaned up unused code and optimized existing functions for better efficiency.
3 lines
No EOL
76 B
Rust
3 lines
No EOL
76 B
Rust
pub mod img_utils;
|
|
pub mod visual_helper;
|
|
pub mod wuthering_waves_installer; |