[package] name = "strafesnet_bsp_loader" version = "0.1.4" edition = "2021" 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 "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] glam = "0.28.0" strafesnet_common = { version = "0.3.0", registry = "strafesnet" } vbsp = "0.5.0" vmdl = "0.1.1"