strafe-client/Cargo.toml

25 lines
778 B
TOML
Raw Normal View History

2023-07-14 23:49:01 +00:00
[package]
name = "strafe-client"
version = "0.9.0"
2023-07-14 23:49:01 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-30 01:21:07 +00:00
bytemuck = { version = "1.13.1", features = ["derive"] }
2023-10-09 23:31:28 +00:00
configparser = "3.0.2"
2023-08-30 01:21:07 +00:00
ddsfile = "0.5.1"
2024-01-26 01:56:40 +00:00
glam = "0.25.0"
2024-02-07 12:14:16 +00:00
id = { git = "https://git.itzana.me/Quaternions/id", rev = "1f710976cc786c8853dab73d6e1cee53158deeb0" }
2023-10-04 09:04:01 +00:00
parking_lot = "0.12.1"
2023-08-30 01:21:07 +00:00
pollster = "0.3.0"
2024-02-08 03:44:39 +00:00
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "a1fa2c278174dabbb56db1d814340611dab67575" }
2024-01-31 01:43:48 +00:00
strafesnet_snf = { git = "https://git.itzana.me/StrafesNET/snf", rev = "dea408daeef576cff8ffa61356c89a9d03d95f6b" }
wgpu = "0.19.0"
winit = "0.29.2"
2023-09-05 22:15:22 +00:00
2023-10-05 05:20:10 +00:00
#[profile.release]
#lto = true
#strip = true
#codegen-units = 1