1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

cargo.toml

This commit is contained in:
Robin Appelman 2020-06-26 19:51:04 +02:00
commit bde9ae86c2

View file

@ -1,12 +1,13 @@
[package]
name = "bsp"
version = "0.1.2"
authors = ["Vurich <jackefransham@gmail.com>"]
homepage = "https://github.com/Vurich/bsp"
repository = "https://github.com/Vurich/bsp"
description = "Crate to load BSP files efficiently - currently only works for Quake 3 BSP files. Fork of `quake3_loader` crate."
name = "vbsp"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
homepage = "https://github.com/icewind1991/vbsp"
repository = "https://github.com/icewind1991/vbsp"
description = "Rust parser for valve bsp files."
license = "MIT"
edition = "2018"
readme = "README.md"
[dependencies]
arrayvec = "0.4"