lib v0.3.0 enable headless graphics + bvh + playback crash fixes

This commit is contained in:
2026-03-18 09:11:17 -07:00
parent ccf3eb2733
commit a3254776ef
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1932,7 +1932,7 @@ dependencies = [
[[package]]
name = "strafesnet_roblox_bot_player"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"glam",
"strafesnet_common",

View File

@@ -22,7 +22,7 @@ strafesnet_graphics = { version = "0.0.7", 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.2.0", path = "lib" }
strafesnet_roblox_bot_player = { version = "0.3.0", path = "lib" }
# 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.2.0"
version = "0.3.0"
edition = "2024"
[dependencies]