Skip to content

Commit 5ab9355

Browse files
committedAug 17, 2022
v0.10.0
1 parent b50cbcd commit 5ab9355

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_ggrs"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Georg Schuppe <georg.schuppe@gmail.com>"]
55
edition = "2021"
66
description = "Bevy plugin for the GGRS P2P rollback networking library"
@@ -20,7 +20,8 @@ bevy = { version = "0.8.0", default-features = false, features = ["render", "bev
2020
bytemuck = { version = "1.7", features=["derive"]}
2121
instant = "0.1"
2222
log = "0.4"
23-
ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}
23+
ggrs = { version= "0.9.2", features=["sync-send"]}
24+
#ggrs = { git = "https://github.com/gschup/ggrs", features=["sync-send"]}
2425
parking_lot = "0.12.1"
2526

2627
[dev-dependencies]

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ Since bevy_ggrs operates with a separate schedule, compatibility with other plug
3131

3232
## Compatible Versions
3333

34-
Starting with `0.9.0`, the `bevy_ggrs` plugin will update its version number together with `GGRS` to avoid confusion.
35-
3634
|bevy|bevy_ggrs|ggrs|
3735
|---|---|---|
3836
|0.8|main|main|
37+
|0.8|0.10|0.9|
3938
|0.6|0.9|0.9|
40-
|0.6|=0.1.3|0.8|
4139

4240
## Thanks
4341

0 commit comments

Comments
 (0)
Please sign in to comment.