update common

This commit is contained in:
Quaternions 2024-03-12 22:00:40 -07:00
parent a051f442df
commit e2473f0537
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "strafesnet_common"
version = "0.1.0"
source = "git+https://git.itzana.me/StrafesNET/common?rev=9aec0e1b5247e0e9c5c99d34e4fefba94f8af11a#9aec0e1b5247e0e9c5c99d34e4fefba94f8af11a"
source = "git+https://git.itzana.me/StrafesNET/common?rev=a9f3e61f2bb1074025b6cb466a5e3f2abc988c34#a9f3e61f2bb1074025b6cb466a5e3f2abc988c34"
dependencies = [
"bitflags",
"glam",

View File

@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
glam = "0.25.0"
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "ef922135e6d19f296d8e4d90df0d0d71fa3412e2" }
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "a9f3e61f2bb1074025b6cb466a5e3f2abc988c34" }
vbsp = "0.5.0"
vmdl = "0.1.1"