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.
bevy_ui_render
derive_more
1 parent 42ffaea commit f726cb2Copy full SHA for f726cb2
crates/bevy_ui_render/Cargo.toml
@@ -37,7 +37,7 @@ bevy_text = { path = "../bevy_text", version = "0.17.0-dev" }
37
38
# other
39
bytemuck = { version = "1.5", features = ["derive"] }
40
-derive_more = { version = "1", default-features = false, features = ["from"] }
+derive_more = { version = "2", default-features = false, features = ["from"] }
41
tracing = { version = "0.1", default-features = false, features = ["std"] }
42
43
[features]
0 commit comments