bsp_loader/Cargo.toml

17 lines
509 B
TOML
Raw Normal View History

2024-01-31 01:42:41 +00:00
[package]
2024-01-31 01:46:34 +00:00
name = "strafesnet_bsp_loader"
2024-08-08 01:41:42 +00:00
version = "0.1.4"
2024-01-31 01:42:41 +00:00
edition = "2021"
2024-03-29 08:26:09 +00:00
repository = "https://git.itzana.me/StrafesNET/bsp_loader"
license = "MIT OR Apache-2.0"
description = "Convert Valve BSP files to StrafesNET data structures."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
2024-01-31 01:42:41 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-22 20:44:15 +00:00
glam = "0.28.0"
2024-08-08 01:41:42 +00:00
strafesnet_common = { version = "0.3.0", registry = "strafesnet" }
2024-01-31 01:42:41 +00:00
vbsp = "0.5.0"
vmdl = "0.1.1"