Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded raw_window_handle dependency to 0.6 #333

Merged
merged 7 commits into from
Jan 11, 2024

Conversation

StefanoIncardone
Copy link
Contributor

Upgraded raw_window_handle dependency version to 0.6, possibly fixing #328.

StefanoIncardone and others added 7 commits January 8, 2024 15:42
- made set_background_color take u8 rgb values instead of usize
- removed clamp function (u8 variables cannot be greater than 255)
- added inline directives where it made sense (and based on previous usage)
- moved freestanding functions inside impl blocks, thus deleting files with a single function definition
- possibly found bug/typo in os/posix/wayland.rs is_key_released function
- added inline directives where it made sense (and based on previous usage)
- moved freestanding functions inside impl blocks, thus deleting files with a single function definition
- possibly found bug/typo in os/posix/wayland.rs is_key_released function
- edited deprecated fn_args_layout cargo fmt option to fn_params_layout
- tidy preludes
@StefanoIncardone StefanoIncardone marked this pull request as ready for review January 11, 2024 14:15
@emoon emoon merged commit 4b4af73 into emoon:master Jan 11, 2024
4 checks passed
@emoon
Copy link
Owner

emoon commented Jan 11, 2024

Great! Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants