Skip to content

Commit

Permalink
move to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Dec 20, 2023
1 parent a5305fb commit 854b282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ thiserror = "1.0"
url = "2.4"
http = "0.2"
raw-window-handle = { version = "0.5", features = [ "std" ] }
bevy = "0.12.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
javascriptcore-rs = { version = "=1.1", features = [ "v2_28" ], optional = true }
Expand Down Expand Up @@ -119,3 +118,5 @@ pollster = "0.3.0"
tao = { version = "0.24", default-features = false, features = [ "rwh_05" ] }
wgpu = "0.18.0"
winit = { version = "0.29", features = [ "rwh_05" ] }
bevy = "0.12.1"

0 comments on commit 854b282

Please sign in to comment.