Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschup committed Aug 17, 2022
1 parent b50cbcd commit 5ab9355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ggrs"
version = "0.9.0"
version = "0.10.0"
authors = ["Georg Schuppe <georg.schuppe@gmail.com>"]
edition = "2021"
description = "Bevy plugin for the GGRS P2P rollback networking library"
Expand All @@ -20,7 +20,8 @@ bevy = { version = "0.8.0", default-features = false, features = ["render", "bev
bytemuck = { version = "1.7", features=["derive"]}
instant = "0.1"
log = "0.4"
ggrs = { git = "/~https://github.com/gschup/ggrs", features=["sync-send"]}
ggrs = { version= "0.9.2", features=["sync-send"]}
#ggrs = { git = "/~https://github.com/gschup/ggrs", features=["sync-send"]}
parking_lot = "0.12.1"

[dev-dependencies]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ Since bevy_ggrs operates with a separate schedule, compatibility with other plug

## Compatible Versions

Starting with `0.9.0`, the `bevy_ggrs` plugin will update its version number together with `GGRS` to avoid confusion.

|bevy|bevy_ggrs|ggrs|
|---|---|---|
|0.8|main|main|
|0.8|0.10|0.9|
|0.6|0.9|0.9|
|0.6|=0.1.3|0.8|

## Thanks

Expand Down

0 comments on commit 5ab9355

Please sign in to comment.