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

Update to v0.30.8 #15

Closed
wants to merge 4 commits into from
Closed

Update to v0.30.8 #15

wants to merge 4 commits into from

Conversation

rhysd
Copy link

@rhysd rhysd commented Jan 13, 2025

This PR updates this fork from winit v0.30.1 to v0.30.8. This brings several bug fixes including the fix for iced-rs/iced#2727.

https://docs.rs/winit/latest/winit/changelog/index.html

This PR just merges the upstream's v0.30.8 tag into the v0.30.x branch. The conflict was very small so I manually fixed it and checked some examples in iced-rs/iced:

<<<<<<< HEAD
use objc2::runtime::AnyObject;
use objc2::{
    class, declare_class, msg_send, msg_send_id, mutability, sel, ClassType, DeclaredClass,
};
use objc2_app_kit::{NSApplication, NSApplicationActivationPolicy, NSApplicationDelegate};
||||||| 437747b9
use objc2::{declare_class, msg_send_id, mutability, ClassType, DeclaredClass};
use objc2_app_kit::{NSApplication, NSApplicationActivationPolicy, NSApplicationDelegate};
=======
use objc2::{declare_class, msg_send_id, mutability, ClassType, DeclaredClass};
use objc2_app_kit::{
    NSApplication, NSApplicationActivationPolicy, NSApplicationDelegate, NSRunningApplication,
};
>>>>>>> v0.30.8

Fixes iced-rs/iced#2727

@hecrj
Copy link
Member

hecrj commented Jan 20, 2025

Thanks. I've manually rebased the branch. We can avoid the huge merge that way.

@hecrj hecrj closed this Jan 20, 2025
@rhysd rhysd deleted the update-to-v0.30.8 branch January 21, 2025 00:47
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.

Transparent window does not work on master branch (regression from 0.13)
3 participants