lib v0.5.0 update wgpu

This commit is contained in:
2026-03-19 10:54:48 -07:00
parent 515636dd86
commit 7cf6b5eaab
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2092,7 +2092,7 @@ dependencies = [
[[package]]
name = "strafesnet_roblox_bot_player"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"glam",
"strafesnet_common",

View File

@@ -22,7 +22,7 @@ strafesnet_graphics = { version = "0.0.8", registry = "strafesnet" }
strafesnet_roblox_bot_file = { version = "0.9.4", registry = "strafesnet" }
strafesnet_snf = { version = "0.3.2", registry = "strafesnet" }
strafesnet_roblox_bot_player = { version = "0.4.0", path = "lib", registry = "strafesnet" }
strafesnet_roblox_bot_player = { version = "0.5.0", path = "lib", registry = "strafesnet" }
# strafesnet_common = { path = "../strafe-project/lib/common" }
# strafesnet_graphics = { path = "../strafe-project/engine/graphics" }

View File

@@ -1,6 +1,6 @@
[package]
name = "strafesnet_roblox_bot_player"
version = "0.4.0"
version = "0.5.0"
edition = "2024"
[dependencies]