1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

feature gate write support, use hash to compare game event definitions

This commit is contained in:
Robin Appelman 2025-07-14 16:05:30 +02:00
commit fbaca025b6
32 changed files with 6168 additions and 4363 deletions

View file

@ -21,6 +21,7 @@ path = "src/bin/main.rs"
[[bin]]
name = "reencode_demo"
path = "src/bin/reencode.rs"
required-features = ["write"]
[[bin]]
name = "gamestate"
@ -84,6 +85,7 @@ log = { version = "0.4.21", features = [] }
schema = ["schemars", "bitbuffer/schemars"]
trace = ["tracing", "tracing-subscriber"]
codegen = ["better-panic", "quote", "syn", "Inflector", "proc-macro2", "tempfile", "lazy_static", "prettyplease"]
write = []
[dev-dependencies]
pretty_assertions = "1.4.0"