Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Feb 27, 2024
1 parent 7061179 commit 4496add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.14.0"
version = "0.15.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.13", 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.1", features=["sync-send"]}
#ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] }
seahash = "4.1"

[dev-dependencies]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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.13|0.15|0.10.1|
|0.12|0.14|0.10|
|0.11|0.13|0.9.4|
|0.10|0.12|0.9.4|
Expand Down

0 comments on commit 4496add

Please sign in to comment.