2023-07-14 16:49:01 -07:00
|
|
|
[package]
|
|
|
|
name = "strafe-client"
|
2023-11-29 21:21:36 -08:00
|
|
|
version = "0.9.0"
|
2023-07-14 16:49:01 -07:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-08-29 18:21:07 -07:00
|
|
|
bytemuck = { version = "1.13.1", features = ["derive"] }
|
2023-10-09 16:31:28 -07:00
|
|
|
configparser = "3.0.2"
|
2023-08-29 18:21:07 -07:00
|
|
|
ddsfile = "0.5.1"
|
2024-01-25 17:56:40 -08:00
|
|
|
glam = "0.25.0"
|
2024-02-07 04:14:16 -08:00
|
|
|
id = { git = "https://git.itzana.me/Quaternions/id", rev = "1f710976cc786c8853dab73d6e1cee53158deeb0" }
|
2023-10-04 02:04:01 -07:00
|
|
|
parking_lot = "0.12.1"
|
2023-08-29 18:21:07 -07:00
|
|
|
pollster = "0.3.0"
|
2024-02-09 00:19:20 -08:00
|
|
|
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "f155dd6a5015e4494c233888cb570a5014f86208" }
|
|
|
|
strafesnet_rbx_loader = { git = "https://git.itzana.me/StrafesNET/rbx_loader", rev = "7a6b4943584179528fca5a9f6afb7990ca975310" }
|
2024-01-18 14:26:08 -08:00
|
|
|
wgpu = "0.19.0"
|
|
|
|
winit = "0.29.2"
|
2023-09-05 15:15:22 -07:00
|
|
|
|
2023-10-04 22:20:10 -07:00
|
|
|
#[profile.release]
|
|
|
|
#lto = true
|
|
|
|
#strip = true
|
|
|
|
#codegen-units = 1
|