Skip to content

Commit

Permalink
doc: version compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Nov 10, 2023
1 parent 0161634 commit 8fcadd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ bevy = { version = "0.12", default-features = false }
bytemuck = { version = "1.7", features=["derive"]}
instant = { version = "0.1", optional = true }
log = "0.4"
ggrs = { version= "0.10.0", features=["sync-send"]}
#ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}
#ggrs = { version= "0.10.0", features=["sync-send"]}
ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}

[dev-dependencies]
bevy = { version = "0.12", default-features = true }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bevy_GGRS has a demo app you can try in the browser! It uses [matchbox](https://
|bevy|bevy_ggrs|ggrs|
|---|---|---|
|0.12|main|main|
|0.12|0.14|0.10|
|0.11|0.13|0.9.4|
|0.10|0.12|0.9.4|
|0.9|0.11|0.9.3|
Expand Down

0 comments on commit 8fcadd1

Please sign in to comment.