Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Jul 14, 2024
1 parent 5fa2fd9 commit 9e5c365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ggrs"
version = "0.15.0"
version = "0.16.0"
authors = ["Georg Schuppe <georg.schuppe@gmail.com>"]
edition = "2021"
description = "Bevy plugin for the GGRS P2P rollback networking library"
Expand All @@ -20,8 +20,8 @@ bevy = { version = "0.14", default-features = false }
bytemuck = { version = "1.7", features = ["derive"] }
instant = { version = "0.1", optional = true }
log = "0.4"
#ggrs = { version= "0.10.1", features=["sync-send"]}
ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] }
ggrs = { version= "0.10.2", features=["sync-send"]}
#ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] }
seahash = "4.1"

[dev-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ bevy_GGRS has a demo app you can try in the browser! It uses [matchbox](https://

|bevy|bevy_ggrs|ggrs|
|---|---|---|
|0.13|main|main|
|0.14|main|main|
|0.14|0.16|0.10.2|
|0.13|0.15|0.10.1|
|0.12|0.14|0.10|
|0.11|0.13|0.9.4|
Expand Down

0 comments on commit 9e5c365

Please sign in to comment.