mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
Updated toml for publishing
This commit is contained in:
parent
5c388a308c
commit
a31554771a
1 changed files with 5 additions and 0 deletions
|
|
@ -3,5 +3,10 @@ name = "quake3_loader"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["neild"]
|
authors = ["neild"]
|
||||||
|
|
||||||
|
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/"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "0.5.3"
|
byteorder = "0.5.3"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue