Skip to content

Commit 21b176a

Browse files
committed
Merge branch 'boa'
2 parents 73f9449 + 7cb417c commit 21b176a

36 files changed

+1471
-1055
lines changed

Cargo.lock

+237-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ bevy_light_2d = "0.5.0"
4747
bevy_pkv = "0.12.0"
4848
bevy_simple_text_input = "0.10.0"
4949
bevy_simple_websocket = { version = "0.3.1", git = "https://github.com/aratama/bevy_simple_websocket" }
50+
boa_engine = "0.20.0"
5051
bincode = "1.3.3"
5152
git-version = "0.3.9"
5253
rand = "0.8.5"
5354
serde = "1.0.210"
54-
serde_json = "1.0.128"
55+
serde_json = "1.0.138"
5556
strum = "0.26.3"
5657
thiserror = "2.0.11"
57-
uuid = "1.11.0"
58+
uuid = { version = "1.13.1", features = ["js"] }
5859
vleue_navigator = "0.11.1"
5960

6061
[target.'cfg(target_arch = "x86_64")'.dependencies]

0 commit comments

Comments
 (0)