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

derive macros for entity parsing

This commit is contained in:
Robin Appelman 2022-02-27 17:40:01 +01:00
commit 6ced393424
7 changed files with 384 additions and 158 deletions

View file

@ -19,6 +19,7 @@ lzma-rs = "0.2.0"
binrw = "0.8.0"
static_assertions = "1.1.0"
num_enum = "0.5.6"
vbsp-derive = { path = "derive", version = "*" }
[dev-dependencies]
obj = "0.10"