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

3
Cargo.lock generated
View File

@@ -486,7 +486,7 @@ dependencies = [
[[package]]
name = "bevy-steamworks"
version = "0.13.0"
source = "git+https://github.com/HouraiTeahouse/bevy_steamworks.git?rev=0bc62fc#0bc62fc8691364ad5babec14c96c9cb895d6c27d"
source = "git+https://github.com/extrawurst/bevy_steamworks.git?branch=derive-debug-event#579062f5edb8fea6dd0b2ab23b1c4fe49742e8c6"
dependencies = [
"bevy_app",
"bevy_ecs",
@@ -3094,6 +3094,7 @@ dependencies = [
"rand",
"ron",
"serde",
"steamworks",
"vergen-gitcl",
]