Skip to content

Commit

Permalink
order matter 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 3, 2023
1 parent f5bfd0f commit cec66c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.9.0", features = ["bevy"
bevy_tasks = { path = "../bevy_tasks", version = "0.9.0" }
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }

[target.'cfg(target_os = "android")'.dependencies]
bevy_winit = { path = "../bevy_winit", version = "0.9.0" }

# other
serde = { version = "1", features = ["derive"] }
crossbeam-channel = "0.5.0"
Expand All @@ -36,6 +33,9 @@ fastrand = "1.7.0"
notify = { version = "5.0.0", optional = true }
parking_lot = "0.12.1"

[target.'cfg(target_os = "android")'.dependencies]
bevy_winit = { path = "../bevy_winit", version = "0.9.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = { version = "0.2" }
web-sys = { version = "0.3", features = ["Request", "Window", "Response"] }
Expand Down

0 comments on commit cec66c1

Please sign in to comment.