Skip to content

Commit

Permalink
Renet: release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspoffo committed Feb 21, 2024
1 parent b9d88f9 commit 3345c18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bevy_renet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ If you want a more complex example you can checkout the [demo_bevy](https://gith

|bevy|bevy_renet|
|---|---|
|0.13|0.0.11|
|0.12|0.0.10|
|0.11|0.0.9|
|0.10|0.0.8|
Expand Down
2 changes: 1 addition & 1 deletion renet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bevy_ecs = { version = "0.13", optional = true }
bytes = "1.1"
log = "0.4.17"
octets = "0.2"
renetcode = { path = "../renetcode", version = "0.0.10", optional = true }
renetcode = { path = "../renetcode", version = "0.0.11", optional = true }
serde = {version = "1.0", optional = true}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion renet_visualizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renet_visualizer"
version = "0.0.7"
version = "0.0.8"
keywords = ["gamedev", "networking"]
description = "Egui metrics visualizer for the renet crate: Server/Client network library for multiplayer games"
repository = "https://github.com/lucaspoffo/renet"
Expand Down
2 changes: 1 addition & 1 deletion renetcode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renetcode"
version = "0.0.10"
version = "0.0.11"
description = "Server/Client network protocol library for multiplayer games"
keywords = ["gamedev", "networking", "cryptography"]
repository = "https://github.com/lucaspoffo/renet"
Expand Down

0 comments on commit 3345c18

Please sign in to comment.