Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Jul 28, 2023
1 parent e41b7c6 commit 17de2f6
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.12.0"
version = "0.13.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.11", default-features = false, features = ["bevy_render",
bytemuck = { version = "1.7", features=["derive"]}
instant = "0.1"
log = "0.4"
#ggrs = { version= "0.9.4", features=["sync-send"]}
ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}
ggrs = { version= "0.9.4", features=["sync-send"]}
#ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}
parking_lot = "0.12.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 @@ -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.11|main|main|
|0.11|0.13|0.9.4|
|0.10|0.12|0.9.4|
|0.9|0.11|0.9.3|
|0.8|0.10|0.9|
Expand Down

0 comments on commit 17de2f6

Please sign in to comment.