Skip to content

Commit

Permalink
RenetSteam: use renet version 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspoffo committed Feb 22, 2024
1 parent 46e800e commit 9cf4ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renet_steam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
bevy = ["dep:bevy_app", "dep:bevy_ecs", "dep:bevy_renet"]

[dependencies]
renet = { path = "../renet" }
renet = { version = "0.0.15", path = "../renet" }
# its version 0.10 but we need to use the rev because of a missing feature
steamworks = "0.11"
log = "0.4.19"
Expand Down

0 comments on commit 9cf4ba7

Please sign in to comment.