Skip to content

Commit

Permalink
install websocket from github
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Nov 16, 2024
1 parent d23358e commit 7b754cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# bevy_rapier2dが依存しているbevy_eguiがweb_sysのunstable API (bevy_egui::manage_clipboard) を使っているため、
# --cfg=web_sys_unstable_apis が必要
# rustflags = ["--cfg=web_sys_unstable_apis"]
rustflags = ["--cfg=web_sys_unstable_apis"]

# https://github.com/mozilla/sccache
# rustc-wrapper = "sccache.exe"
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bevy_asset_loader = "0.21.0"
bevy_kira_audio = { version = "0.20.0", features = ["ogg"] }
bevy_light_2d = "0.4.2"
bevy_particle_systems = "0.13.0"
bevy_simple_websocket = { path = "../bevy_simple_websocket" }
bevy_simple_websocket = { git = "https://github.com/aratama/bevy_simple_websocket" }
bincode = "1.3.3"
dotenvy = "0.15.7"
dotenvy_macro = "0.15.7"
Expand Down

0 comments on commit 7b754cb

Please sign in to comment.