1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

Updated toml for publishing

This commit is contained in:
Neil Danson 2016-12-20 23:23:42 +00:00
commit a31554771a

View file

@ -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"