Update dependencies and refactor code for improved functionality and performance #3

Open
yuhki wants to merge 1 commit from yuhki/rooms-launcher:master into master
Collaborator
  • 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.
- 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.
yuhki added 1 commit 2025-07-09 08:25:41 +00:00
- 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.
yuhki started working 2025-07-09 08:26:10 +00:00
yuhki requested review from RabbyDevs 2025-07-09 08:26:22 +00:00
yuhki stopped working 2025-07-09 08:26:39 +00:00
29 seconds
yuhki started working 2025-07-09 08:26:43 +00:00
yuhki canceled time tracking 2025-07-09 08:26:45 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:yuhki-master
git checkout yuhki-master

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff yuhki-master
git checkout master
git merge --ff-only yuhki-master
git checkout yuhki-master
git rebase master
git checkout master
git merge --no-ff yuhki-master
git checkout master
git merge --squash yuhki-master
git checkout master
git merge --ff-only yuhki-master
git checkout master
git merge yuhki-master
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 29 seconds
yuhki
29 seconds
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbyDevs/rooms-launcher#3
No description provided.