steamworks test integration (#20)

This commit is contained in:
extrawurst
2025-04-03 09:33:55 +02:00
committed by GitHub
parent 3758c47be6
commit e435738a21
8 changed files with 182 additions and 44 deletions

View File

@@ -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" }