v0.2.3 physics instructions

This commit is contained in:
Quaternions 2024-08-06 10:49:43 -07:00
parent a2d9e97467
commit 9563290454
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -45,7 +45,7 @@ dependencies = [
[[package]] [[package]]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"glam", "glam",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.2.2" version = "0.2.3"
edition = "2021" edition = "2021"
repository = "https://git.itzana.me/StrafesNET/common" repository = "https://git.itzana.me/StrafesNET/common"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"