We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a105f commit 35ea544Copy full SHA for 35ea544
Cargo.toml
@@ -29,5 +29,5 @@ clippy.type_complexity = "allow"
29
cocoa-foundation = { default-features = false, path = "cocoa-foundation", version = "0.2" }
30
core-foundation = { default-features = false, path = "core-foundation", version = "0.10" }
31
core-foundation-sys = { default-features = false, path = "core-foundation-sys", version = "0.8" }
32
-core-graphics = { default-features = false, path = "core-graphics", version = "0.24" }
+core-graphics = { default-features = false, path = "core-graphics", version = "0.25" }
33
core-graphics-types = { default-features = false, path = "core-graphics-types", version = "0.2" }
0 commit comments