steamworks test integration (#20)
This commit is contained in:
@@ -31,6 +31,7 @@ bevy_sprite3d = "4.0.0"
|
||||
rand = "=0.8.5"
|
||||
bevy-inspector-egui = { version = "0.30", optional = true }
|
||||
bevy_polyline = "0.11.0"
|
||||
bevy-steamworks = "0.13.0"
|
||||
bevy_ballistic = "0.1.0"
|
||||
bevy-ui-gradients = "0.2.0"
|
||||
bevy_debug_log = "0.5.0"
|
||||
@@ -38,3 +39,6 @@ bevy_debug_log = "0.5.0"
|
||||
[lints.clippy]
|
||||
too_many_arguments = "allow"
|
||||
type_complexity = "allow"
|
||||
|
||||
[patch.crates-io]
|
||||
bevy-steamworks = { git = "https://github.com/Laocoon7/bevy_steamworks.git" }
|
||||
|
||||
Reference in New Issue
Block a user