forked from StrafesNET/strafe-client
26 lines
953 B
TOML
26 lines
953 B
TOML
[package]
|
|
name = "strafe-client"
|
|
version = "0.9.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.13.1", features = ["derive"] }
|
|
configparser = "3.0.2"
|
|
ddsfile = "0.5.1"
|
|
glam = "0.25.0"
|
|
id = { git = "https://git.itzana.me/Quaternions/id", rev = "1f710976cc786c8853dab73d6e1cee53158deeb0" }
|
|
parking_lot = "0.12.1"
|
|
pollster = "0.3.0"
|
|
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "47cdea0c8a5d10a2440ca6270a975d560aa3642d" }
|
|
strafesnet_rbx_loader = { git = "https://git.itzana.me/StrafesNET/rbx_loader", rev = "93bc4dc0fb2175af8ded235c7a4b47af7235790a" }
|
|
strafesnet_texture_loader = { git = "https://git.itzana.me/StrafesNET/texture_loader", rev = "c182e46001a095b245fe80e5c9912e58f51b0276", features = ["legacy"] }
|
|
wgpu = "0.19.0"
|
|
winit = "0.29.2"
|
|
|
|
#[profile.release]
|
|
#lto = true
|
|
#strip = true
|
|
#codegen-units = 1
|