Skip to content

Commit e1a3ac8

Browse files
committed
Remove explicit wgpu dependency
1 parent bb89867 commit e1a3ac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ron = "0.6.4"
1515
serde = "1.0"
1616
interpolation = "0.2.0"
1717
# bevy_system_diagnostics = { path = "../bevy_system_diagnostics" }
18-
wgpu = "0.6"
1918
image = "0.23.12"
2019

2120
# [patch.crates-io]
22-
# bevy = { path = "../bevy/" } # FIXME
21+
# bevy = { path = "../bevy/" }

0 commit comments

Comments
 (0)