13 lines
280 B
TOML
13 lines
280 B
TOML
[package]
|
|
name = "strafesnet_roblox_bot_player"
|
|
version = "0.6.2"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
glam.workspace = true
|
|
wgpu.workspace = true
|
|
strafesnet_common.workspace = true
|
|
strafesnet_graphics.workspace = true
|
|
strafesnet_roblox_bot_file.workspace = true
|
|
thiserror = "2.0.18"
|