mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
bridge bevy and react-map-gl to exchange gps (#6)
* isolate ipc pattern * shuffle logic in main for readability, remove unused webview message observer * renders react map --------- Co-authored-by: geoffsee <>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -8669,6 +8669,8 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_asset_loader",
|
||||
"bevy_flurx",
|
||||
"bevy_flurx_ipc",
|
||||
"bevy_kira_audio",
|
||||
"bevy_webview_wry",
|
||||
"components",
|
||||
@@ -8676,6 +8678,8 @@ dependencies = [
|
||||
"image",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"systems",
|
||||
"tokio",
|
||||
"wasm-bindgen",
|
||||
|
Reference in New Issue
Block a user