I can build it now again
This commit is contained in:
-10
@@ -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"
|
||||
|
||||
Regular → Executable
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user