We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fa5cd commit 9e4449dCopy full SHA for 9e4449d
Cargo.toml
@@ -47,7 +47,7 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_WindowsAndMessagin
47
48
[target.'cfg(target_os = "macos")'.dependencies]
49
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] }
50
-core-graphics = "0.23.1"
+core-graphics = "0.24.0"
51
foreign-types = "0.5.0"
52
objc2 = "0.5.1"
53
objc2-foundation = { version = "0.2.0", features = ["dispatch", "NSThread"] }
0 commit comments