v0.2.2 timer tweaks

This commit is contained in:
Quaternions 2024-08-02 10:40:07 -07:00
parent 0dd41ae2f1
commit 0375844f4f
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.1" version = "0.2.2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"glam", "glam",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.2.1" version = "0.2.2"
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"