Skip to content

Commit

Permalink
use non-local bevy_matchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa2808 committed Jul 16, 2023
1 parent 8cd8724 commit c47009e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rand = "0.8"
itertools = "0.10"
bevy_ggrs = { git = "https://github.com/gschup/bevy_ggrs" }
bytemuck = {version = "1.7", features=["derive"]}
bevy_matchbox = { path = "../forks/matchbox/bevy_matchbox", features = ["ggrs"] }
bevy_matchbox = { git = "https://github.com/alepez/matchbox", branch = "bevy-0.11", features = ["ggrs"] }
cfg-if = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down Expand Up @@ -44,3 +44,7 @@ bevy = { version = "0.11", default-features = false, features = [
once_cell = "1.8.0"
parking_lot = "0.12"
wasm-bindgen = "0.2"

[patch.crates-io]
ggrs = { git = "https://github.com/gschup/ggrs" }
bevy_ggrs = { git = "https://github.com/gschup/bevy_ggrs" }

0 comments on commit c47009e

Please sign in to comment.