Skip to content

Commit

Permalink
Remove unnecessary dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Aug 7, 2023
1 parent 1033976 commit eddd1a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
10 changes: 0 additions & 10 deletions inox2d-opengl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,3 @@ glam = "0.24.0"
glow = { version = "0.12.1" }
thiserror = "1.0.39"
tracing = "0.1.37"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
glutin = "0.30.6"
glutin-winit = "0.3.0"
raw-window-handle = "0.5.1"

[dev-dependencies]
tracing-subscriber = "0.3.16"
winit = "0.28.2"
8 changes: 0 additions & 8 deletions inox2d-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ glam = { version = "0.24.0", features = ["bytemuck"] }
thiserror = "1.0.39"
tracing = "0.1.37"
wgpu = { version = "0.17.0", features = ["webgl"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
raw-window-handle = "0.5.1"

[dev-dependencies]
tracing-subscriber = "0.3.16"
winit = "0.28.2"
1 change: 0 additions & 1 deletion inox2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ tracing = "0.1.37"

[dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
tracing-subscriber = "0.3.16"

[features]
owo = ["dep:owo-colors"]

0 comments on commit eddd1a1

Please sign in to comment.