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:
parent
6ef2b1cea8
commit
fbaca025b6
32 changed files with 6168 additions and 4363 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue