diff --git a/crate/bevy_controls/example/basic/Cargo.lock b/crate/bevy_controls/example/basic/Cargo.lock index 10fb5c5..9425ee6 100644 --- a/crate/bevy_controls/example/basic/Cargo.lock +++ b/crate/bevy_controls/example/basic/Cargo.lock @@ -279,7 +279,6 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ece0d8dde51890fb52dcba5b04fd1c657617a4022908c327b2d6e83d173a32" dependencies = [ - "bevy_dylib", "bevy_internal", ] @@ -470,15 +469,6 @@ dependencies = [ "const-fnv1a-hash", ] -[[package]] -name = "bevy_dylib" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521e5c295b80798b7a886aab4e54d0a92ea1780aa9586cdb17ded1fe34f36504" -dependencies = [ - "bevy_internal", -] - [[package]] name = "bevy_ecs" version = "0.14.1" diff --git a/crate/bevy_controls/example/basic/Cargo.toml b/crate/bevy_controls/example/basic/Cargo.toml old mode 100644 new mode 100755 index a5faa2b..88c78fc --- a/crate/bevy_controls/example/basic/Cargo.toml +++ b/crate/bevy_controls/example/basic/Cargo.toml @@ -17,10 +17,13 @@ bevy = { version = "0.14.1", default-features = false, features = [ "bevy_text", "bevy_state", "bevy_ui", - "dynamic_linking", + #"dynamic_linking", "default_font", ]} bevy_controls = { path = "./../../" } bevy_controls_derive = { path = "./../../../bevy_controls_derive" } strum_macros = "0.26.2" strum = "0.26.2" + +[target.x86_64-pc-windows-msvc] +linker = "rust-lld.exe"