We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b76f6 commit 9c91120Copy full SHA for 9c91120
Cargo.toml
@@ -27,13 +27,13 @@ libm = ["bevy/libm"]
27
critical-section = ["bevy/critical-section"]
28
29
[dependencies]
30
-bevy = { version = "0.17.0-rc", default-features = false }
+bevy = { version = "0.17", default-features = false }
31
32
# Serialization
33
serde = { version = "1.0", default-features = false, optional = true }
34
35
[dev-dependencies]
36
-bevy = { version = "0.17.0-rc", default-features = false, features = [
+bevy = { version = "0.17", default-features = false, features = [
37
"bevy_core_pipeline",
38
"bevy_text",
39
"bevy_ui",
0 commit comments