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

Initial Commit

This commit is contained in:
Neil Danson 2016-12-18 07:00:41 +00:00
commit 22a6b004bc
3 changed files with 145 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "quake3_loader"
version = "0.1.0"
authors = ["neild"]
[dependencies]
byteorder = "0.5.3"