update common

This commit is contained in:
Quaternions 2024-03-13 11:43:51 -07:00
parent 7e0d402012
commit f4f9bb47a7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -13,5 +13,5 @@ rbx_dom_weak = { git = "https://github.com/krakow10/rbx-dom", rev = "84164317868
rbx_reflection_database = { git = "https://github.com/krakow10/rbx-dom", rev = "841643178680c9f3143422778f9c52f949b222b9" }
rbx_xml = { git = "https://github.com/krakow10/rbx-dom", rev = "841643178680c9f3143422778f9c52f949b222b9" }
rbx_mesh = { git = "https://github.com/krakow10/rbx_mesh", rev = "0e1c66d9acc7e1f2c187dd0899a9434d93ae0453" }
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "db142d125b5b8f41b6b65f2c23e2a815e28ee7f9" }
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "a9f3e61f2bb1074025b6cb466a5e3f2abc988c34" }
bytemuck = "1.14.3"