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 b1ff5a1 commit 0de69f3Copy full SHA for 0de69f3
crates/bevy_flurx_ipc_macro/Cargo.toml
@@ -24,7 +24,7 @@ serde = { workspace = true, optional = true }
24
[dev-dependencies]
25
bevy = { version = "0.15", default-features = false }
26
bevy_flurx = { workspace = true }
27
-bevy_flurx_ipc = { workspace = true }
+bevy_flurx_ipc = { version = "*" }
28
serde = { workspace = true }
29
30
[features]
0 commit comments