update to origin dep again

This commit is contained in:
2025-05-24 22:24:06 +02:00
parent 97929504cc
commit 15059cc6ce
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -489,7 +489,7 @@ dependencies = [
[[package]]
name = "bevy-steamworks"
version = "0.13.0"
source = "git+https://github.com/extrawurst/bevy_steamworks.git?branch=derive-debug-event#579062f5edb8fea6dd0b2ab23b1c4fe49742e8c6"
source = "git+https://github.com/HouraiTeahouse/bevy_steamworks.git?rev=1933e5d#1933e5d841cabe7d3649aa9665d13498e487aef2"
dependencies = [
"bevy_app",
"bevy_ecs",

View File

@@ -44,4 +44,4 @@ too_many_arguments = "allow"
type_complexity = "allow"
[patch.crates-io]
bevy-steamworks = { git = "https://github.com/extrawurst/bevy_steamworks.git", branch = "derive-debug-event" }
bevy-steamworks = { git = "https://github.com/HouraiTeahouse/bevy_steamworks.git", rev = "1933e5d" }