Skip to content

Commit

Permalink
remove dynamic linking and add wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 8, 2023
1 parent f6147be commit cebcf6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ opt-level = 3

[dependencies]
#bevy = { git = "https://github.com/bevyengine/bevy", branch = "release-0.11.3", features = ["dynamic_linking"] }
bevy = { version = "0.11.3", features = ["dynamic_linking"] }
bevy = { version = "0.11.3" }
bevy_easings = "0.11.1"
#bevy_panorbit_camera = { git = "https://github.com/jan-tennert/bevy_panorbit_camera", rev = "7e3c3f8" }
bevy-inspector-egui = { version = "0.19", default-features = true }
Expand Down

0 comments on commit cebcf6a

Please sign in to comment.