17 lines
514 B
TOML
Raw Normal View History

2024-01-30 17:42:41 -08:00
[package]
2024-01-30 17:46:34 -08:00
name = "strafesnet_bsp_loader"
2024-10-01 17:09:30 -07:00
version = "0.2.2"
2024-01-30 17:42:41 -08:00
edition = "2021"
2025-01-03 03:42:20 -08:00
repository = "https://git.itzana.me/StrafesNET/strafe-project"
2024-03-29 01:26:09 -07:00
license = "MIT OR Apache-2.0"
description = "Convert Valve BSP files to StrafesNET data structures."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
2024-01-30 17:42:41 -08:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-01 16:25:22 -07:00
glam = "0.29.0"
2025-01-02 20:22:05 -08:00
strafesnet_common = { path = "../common", registry = "strafesnet" }
2024-09-17 18:02:37 -07:00
vbsp = "0.6.0"
vmdl = "0.2.0"