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 }
|
||||
|
|
|
|||
1283
node-graph/gpu-compiler/Cargo.lock
generated
1283
node-graph/gpu-compiler/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -57,8 +57,8 @@ graph-craft = { workspace = true, features = ["loading"] }
|
|||
pretty_assertions = { workspace = true }
|
||||
|
||||
# Required dependencies
|
||||
criterion = { version = "0.5", features = ["html_reports"]}
|
||||
iai-callgrind = { version = "0.12.3"}
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
iai-callgrind = { version = "0.12.3" }
|
||||
|
||||
# Benchmarks
|
||||
[[bench]]
|
||||
|
|
|
|||
|
|
@ -923,12 +923,12 @@ mod test {
|
|||
assert_eq!(
|
||||
ids,
|
||||
vec![
|
||||
NodeId(10795919842314709924),
|
||||
NodeId(5986931472261716476),
|
||||
NodeId(1689970140162147057),
|
||||
NodeId(17084072420335757359),
|
||||
NodeId(17163508657634907814),
|
||||
NodeId(3540151743833532788)
|
||||
NodeId(8409339180888025381),
|
||||
NodeId(210279231591542793),
|
||||
NodeId(11043024792989571946),
|
||||
NodeId(16261870568621497283),
|
||||
NodeId(6520148642810552409),
|
||||
NodeId(8779776256867305756)
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue