update lightyear + fix aiming crash (#67)

This commit is contained in:
PROMETHIA-27
2025-09-28 12:55:46 -04:00
committed by GitHub
parent fb4c6f501c
commit a07dfb3840
4 changed files with 437 additions and 496 deletions

View File

@@ -64,7 +64,7 @@ bevy_trenchbroom = { version = "0.8.1", default-features = false, features = [
happy_feet = { git = "https://github.com/atornity/happy_feet.git", rev = "1b24ed95f166e63af35e7b6f9f0053d6d28e1f1a", features = [
"serde",
] }
lightyear = { version = "0.22.4", default-features = false, features = [
lightyear = { version = "0.24", git = "https://github.com/cBournhonesque/lightyear", rev = "69675e5f7b305ae02c3c2c3cd320bbc3e442ee4d", default-features = false, features = [
"input_native",
"interpolation",
"netcode",
@@ -73,8 +73,8 @@ lightyear = { version = "0.22.4", default-features = false, features = [
"std",
"udp",
] }
lightyear_avian3d = { git = "https://github.com/cBournhonesque/lightyear.git", rev = "03cbf419a2c0595261b64420bc0332fc3fe1cc3f" }
lightyear_serde = "0.22.4"
lightyear_avian3d = { git = "https://github.com/cBournhonesque/lightyear", rev = "69675e5f7b305ae02c3c2c3cd320bbc3e442ee4d" }
lightyear_serde = { git = "https://github.com/cBournhonesque/lightyear", rev = "69675e5f7b305ae02c3c2c3cd320bbc3e442ee4d" }
nil = "0.14.0"
rand = "=0.8.5"
ron = "0.8"