Skip to content

Update raw-window-handle dep to 0.4.2.#4

Merged
msiglreith merged 2 commits intomasterfrom
raw-window-handle-0.4
Dec 2, 2021
Merged

Update raw-window-handle dep to 0.4.2.#4
msiglreith merged 2 commits intomasterfrom
raw-window-handle-0.4

Conversation

@msiglreith
Copy link
Copy Markdown
Member

No description provided.

Rename `macos` -> `appkit` and `ios` -> `uikit` following `raw-window-handle`.
@msiglreith
Copy link
Copy Markdown
Member Author

cc @MarijnS95 I would probably publish it tomorrow after work

@msiglreith msiglreith merged commit ad3b9cc into master Dec 2, 2021
@msiglreith msiglreith deleted the raw-window-handle-0.4 branch December 2, 2021 17:43
Comment on lines 6 to +9
#[cfg(target_os = "macos")]
pub mod macos;
pub mod appkit;
#[cfg(target_os = "ios")]
pub mod ios;
pub mod uikit;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@msiglreith I've been looking into reviving the related ash-window PR now that raw-window-handle 0.5 is out and used in winit 0.27, and stumbled upon these cfgs. According to https://github.com/rust-windowing/raw-window-handle/pull/70/files#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759 (surprisingly the author detailed/justified nothing of this in PR/commit messages...) it should be possible to use these across macos and ios now when targeting "Mac Catalyst"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants