more steamworks test code

This commit is contained in:
2025-05-04 00:44:10 +02:00
parent 366f09d51f
commit cd804f50fa
3 changed files with 46 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ bevy_sprite3d = "5.0.0"
rand = "=0.8.5"
bevy-inspector-egui = { version = "0.31", optional = true }
bevy-steamworks = "0.13.0"
steamworks = "0.11"
bevy_ballistic = "0.3.0"
bevy-ui-gradients = "0.4.0"
bevy_debug_log = "0.6.0"
@@ -47,7 +48,8 @@ too_many_arguments = "allow"
type_complexity = "allow"
[patch.crates-io]
bevy-steamworks = { git = "https://github.com/HouraiTeahouse/bevy_steamworks.git", rev = "0bc62fc" }
bevy-steamworks = { git = "https://github.com/extrawurst/bevy_steamworks.git", branch = "derive-debug-event" }
# bevy-steamworks = { path = "../../forks/bevy_steamworks" }
avian3d = { git = "https://github.com/Jondolf/avian.git", rev = "9511076" }
bevy_ballistic = { git = "https://github.com/rustunit/bevy_ballistic.git", branch = "bevy-0.16" }
bevy_trenchbroom = { git = "https://github.com/extrawurst/bevy_trenchbroom.git", branch = "bevy-0.16.0" }