Skip to content

Commit a3d6c0c

Browse files
Improve compile times :))
1 parent 65a499d commit a3d6c0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
rust-version = "1.83.0"
66

77
[dependencies]
8-
bevy = "0.15.1"
8+
bevy = { version = "0.15.1", features = ["dynamic_linking"] }
99
bevy_fps_controller = "0.15.0"
1010
bevy_mod_raycast = { git = "https://github.com/CuddlyBunion341/bevy_mod_raycast.git", branch = "main" }
1111
bevy_rapier3d = "0.28.0"

0 commit comments

Comments
 (0)