This commit is contained in:
2025-07-23 13:30:29 -04:00
parent 7ee4898596
commit bcda81b0aa
2 changed files with 3 additions and 13 deletions

12
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "ab_glyph"
@@ -295,7 +295,6 @@ version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "611dd99f412e862610adb43e2243b16436c6d8009f6d9dbe8ce3d6d840b34029"
dependencies = [
"bevy_dylib",
"bevy_internal",
]
@@ -472,15 +471,6 @@ dependencies = [
"sysinfo",
]
[[package]]
name = "bevy_dylib"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3b3b76f0d7a4da8f944e5316f2d2d2af3bbb40d87508355993ea69afbc9411c"
dependencies = [
"bevy_internal",
]
[[package]]
name = "bevy_ecs"
version = "0.13.0"

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.13.0", features = ["dynamic_linking"] }
bevy = { version = "0.13.0", features = [] }
# Enable a small amount of optimization in debug mode
[profile.dev]