mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
Improve speed, add lightmaps and light volumes, allow parsing entity section
This commit is contained in:
parent
2af26e5245
commit
0f0e5a2cd5
4 changed files with 771 additions and 419 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,12 +1,14 @@
|
|||
[package]
|
||||
name = "quake3_loader"
|
||||
name = "bsp"
|
||||
version = "0.2.0"
|
||||
authors = ["neild"]
|
||||
authors = ["Vurich <jackefransham@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
homepage = "https://github.com/neildanson/quake3_loader"
|
||||
repository = "https://github.com/neildanson/quake3_loader"
|
||||
description = "Crate for loading Quake 3 BSP files based on description given here http://www.mralligator.com/q3/"
|
||||
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."
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "0.5.3"
|
||||
byteorder = "0.5"
|
||||
arrayvec = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue