mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Update dependencies throughout the project (#2401)
* Update dependencies * Update stable node ID hashes again, for some reason?
This commit is contained in:
parent
c4cf47703a
commit
381dcbf17f
13 changed files with 2532 additions and 2175 deletions
|
|
@ -28,10 +28,7 @@ std = [
|
|||
"image",
|
||||
"reflections",
|
||||
]
|
||||
reflections = [
|
||||
"alloc",
|
||||
"ctor",
|
||||
]
|
||||
reflections = ["alloc", "ctor"]
|
||||
serde = [
|
||||
"dep:serde",
|
||||
"glam/serde",
|
||||
|
|
@ -67,7 +64,7 @@ rand_chacha = { workspace = true, optional = true }
|
|||
bezier-rs = { workspace = true, optional = true }
|
||||
kurbo = { workspace = true, optional = true }
|
||||
base64 = { workspace = true, optional = true }
|
||||
vello = { workspace = true, optional = true }
|
||||
vello = { workspace = true, optional = true }
|
||||
wgpu = { workspace = true, optional = true }
|
||||
specta = { workspace = true, optional = true }
|
||||
rustybuzz = { workspace = true, optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue