mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
cargo.toml
This commit is contained in:
parent
8e2905ac29
commit
bde9ae86c2
1 changed files with 7 additions and 6 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue