Merge e594541e5e
into 0e575b2809
This commit is contained in:
commit
b9db900f7d
3 changed files with 1063 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7461,6 +7461,7 @@ dependencies = [
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"pathfinder_geometry",
|
"pathfinder_geometry",
|
||||||
"postage",
|
"postage",
|
||||||
|
"pretty_assertions",
|
||||||
"profiling",
|
"profiling",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
|
|
|
@ -230,9 +230,10 @@ collections = { workspace = true, features = ["test-support"] }
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
http_client = { workspace = true, features = ["test-support"] }
|
http_client = { workspace = true, features = ["test-support"] }
|
||||||
lyon = { version = "1.0", features = ["extra"] }
|
lyon = { version = "1.0", features = ["extra"] }
|
||||||
|
pretty_assertions.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
unicode-segmentation.workspace = true
|
|
||||||
reqwest_client = { workspace = true, features = ["test-support"] }
|
reqwest_client = { workspace = true, features = ["test-support"] }
|
||||||
|
unicode-segmentation.workspace = true
|
||||||
util = { workspace = true, features = ["test-support"] }
|
util = { workspace = true, features = ["test-support"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.build-dependencies]
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue