Bump core-graphics to v0.25.0 (#722)

* Bump core-graphics to 0.25.0

Signed-off-by: Tyler Mandry <tmandry@gmail.com>

* Update Cargo.toml

Signed-off-by: Tyler Mandry <tmandry@gmail.com>

---------

Signed-off-by: Tyler Mandry <tmandry@gmail.com>
This commit is contained in:
Tyler Mandry
2025-05-26 18:39:27 -07:00
committed by GitHub
parent c97cdc6c46
commit 14d8c7fb82
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("cargo-cli
cocoa-foundation = { default-features = false, path = "cocoa-foundation", version = "0.2" }
core-foundation = { default-features = false, path = "core-foundation", version = "0.10" }
core-foundation-sys = { default-features = false, path = "core-foundation-sys", version = "0.8" }
core-graphics = { default-features = false, path = "core-graphics", version = "0.24" }
core-graphics = { default-features = false, path = "core-graphics", version = "0.25" }
core-graphics-types = { default-features = false, path = "core-graphics-types", version = "0.2" }
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "core-graphics"
description = "Bindings to Core Graphics for macOS"
version = "0.24.0"
version = "0.25.0"
authors.workspace = true
edition.workspace = true