mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +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]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue