File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ edition = "2024"
17
17
[workspace .dependencies ]
18
18
bevy = { version = " 0.16" , default-features = false }
19
19
bevy_flurx = { version = " 0.11" }
20
- bevy_flurx_ipc = { path = " crates/bevy_flurx_ipc" , version = " 0.3 " }
21
- bevy_flurx_ipc_macro = { path = " crates/bevy_flurx_ipc_macro" , version = " 0.3 " }
22
- bevy_webview_core = { path = " crates/bevy_webview_core" , version = " 0.3 " }
23
- bevy_webview_wry = { path = " crates/bevy_webview_wry" , version = " 0.3 " }
24
- bevy_flurx_api = { path = " crates/bevy_flurx_api" , version = " 0.3 " }
20
+ bevy_flurx_ipc = { path = " crates/bevy_flurx_ipc" , version = " 0.4 " }
21
+ bevy_flurx_ipc_macro = { path = " crates/bevy_flurx_ipc_macro" , version = " 0.4 " }
22
+ bevy_webview_core = { path = " crates/bevy_webview_core" , version = " 0.4 " }
23
+ bevy_webview_wry = { path = " crates/bevy_webview_wry" , version = " 0.4 " }
24
+ bevy_flurx_api = { path = " crates/bevy_flurx_api" , version = " 0.4 " }
25
25
serde = { version = " 1" , features = [" derive" ] }
26
26
serde_json = " 1"
27
27
You can’t perform that action at this time.
0 commit comments