1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +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] [package]
name = "bsp" name = "vbsp"
version = "0.1.2" version = "0.1.0"
authors = ["Vurich <jackefransham@gmail.com>"] authors = ["Robin Appelman <robin@icewind.nl>"]
homepage = "https://github.com/Vurich/bsp" homepage = "https://github.com/icewind1991/vbsp"
repository = "https://github.com/Vurich/bsp" repository = "https://github.com/icewind1991/vbsp"
description = "Crate to load BSP files efficiently - currently only works for Quake 3 BSP files. Fork of `quake3_loader` crate." description = "Rust parser for valve bsp files."
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
readme = "README.md"
[dependencies] [dependencies]
arrayvec = "0.4" arrayvec = "0.4"