lib v0.6.1 depth_texture_view

This commit is contained in:
2026-03-26 08:38:29 -07:00
parent acaaedfdd3
commit 6a0dbca9d6
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2151,7 +2151,7 @@ dependencies = [
[[package]]
name = "strafesnet_roblox_bot_player"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"glam",
"strafesnet_common",

View File

@@ -22,7 +22,7 @@ strafesnet_graphics = { version = "0.0.10", registry = "strafesnet" }
strafesnet_roblox_bot_file = { version = "0.9.4", registry = "strafesnet" }
strafesnet_snf = { version = "0.4.0", registry = "strafesnet" }
strafesnet_roblox_bot_player = { version = "0.6.0", path = "lib", registry = "strafesnet" }
strafesnet_roblox_bot_player = { version = "0.6.1", 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.6.0"
version = "0.6.1"
edition = "2024"
[dependencies]