From 15059cc6ceb5adf84dd7c58ca399fe56935b1edd Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 24 May 2025 22:24:06 +0200 Subject: [PATCH] update to origin dep again --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb3d4d9..1fda00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 7f0aa39..62ac7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }