diff --git a/Cargo.lock b/Cargo.lock index bfa3f89..2a070a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 8680075..226f765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] @@ -14,4 +14,4 @@ opt-level = 1 # Enable high optimizations for dependencies (incl. Bevy), but not for our code: [profile.dev.package."*"] -opt-level = 3 \ No newline at end of file +opt-level = 3