Skip to content

Commit

Permalink
disable bevy dynamic linking again
Browse files Browse the repository at this point in the history
  • Loading branch information
sim82 committed Nov 22, 2023
1 parent fefa01f commit ecbc072
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ edition = "2021"
inspector = ["bevy-inspector-egui"]

[dependencies]
# bevy = { version = "0.11" }
bevy = { version = "0.12", features = ["dynamic_linking"] }
#bevy = { version = "0.12"}
# bevy = { version = "0.12", features = ["dynamic_linking"] }
bevy = { version = "0.12"}
bevy_rapier2d = { version = "0.23", features = ["serde-serialize"] }
bevy-inspector-egui = { version = "0.21", optional = true }
# bevy_prototype_debug_lines = "0.12"
Expand Down

0 comments on commit ecbc072

Please sign in to comment.