mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove criterion from Cargo.toml
This commit is contained in:
parent
2a7e8700ad
commit
ca5e3f5ace
@ -110,7 +110,6 @@ bytemuck = { version = "1.22", features = [
|
|||||||
cargo_metadata = "0.23"
|
cargo_metadata = "0.23"
|
||||||
cfg_aliases = "0.2.1"
|
cfg_aliases = "0.2.1"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
criterion = "0.7"
|
|
||||||
codespan-reporting = { version = "0.12", default-features = false }
|
codespan-reporting = { version = "0.12", default-features = false }
|
||||||
ctor = "0.6"
|
ctor = "0.6"
|
||||||
diff = "0.1"
|
diff = "0.1"
|
||||||
|
|||||||
@ -27,7 +27,6 @@ unexpected_cfgs = { level = "warn", check-cfg = [
|
|||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
bincode = { workspace = true, features = ["serde"] }
|
bincode = { workspace = true, features = ["serde"] }
|
||||||
bytemuck.workspace = true
|
bytemuck.workspace = true
|
||||||
# criterion.workspace = true
|
|
||||||
naga = { workspace = true, features = [
|
naga = { workspace = true, features = [
|
||||||
"deserialize",
|
"deserialize",
|
||||||
"serialize",
|
"serialize",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user