-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
gdk4-macos: manually implement native_window method #1938
Conversation
be2391a
to
bf76556
Compare
8ab2721
to
7a38527
Compare
27885fa
to
db6353d
Compare
59d6bde
to
37c95b3
Compare
The changes looks good to me, but the docs CI as being run on a linux machine seems to fail at linking cocoa, which is weird as it is an optional feature... |
I wonder if it has something to do with the fact that the feature name is cocoa and the dependency is also cocoa... |
The docs build uses |
I wonder how this works for windows then... checking |
6e08ebf
to
131dd95
Compare
Can you rebase this one? |
For now we need to depend on the cocoa crate in order to implement this method since it is the only decent crate implementing the cocoa api.
131dd95
to
0dde555
Compare
For now we need to depend on the cocoa crate in order to implement this method since it is the only decent crate implementing the cocoa api.