mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Update most Rust dependencies (#2259)
This commit is contained in:
parent
6d52151d60
commit
0d8b25d37f
11 changed files with 969 additions and 536 deletions
|
@ -25,7 +25,7 @@ dyn-any = { path = "../../libraries/dyn-any", features = [
|
|||
num-traits = { version = "0.2", default-features = false, features = ["i128"] }
|
||||
log = "0.4"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
glam = { version = "0.28", default-features = false, features = ["serde"] }
|
||||
glam = { version = "0.29", default-features = false, features = ["serde"] }
|
||||
base64 = "0.22"
|
||||
bytemuck = { version = "1.13", features = ["derive"] }
|
||||
tempfile = "3.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue