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

add GameEventType::as_str

This commit is contained in:
Robin Appelman 2021-07-16 21:51:48 +02:00
commit b517df0e57
5 changed files with 9923 additions and 53 deletions

View file

@ -9,11 +9,12 @@ name = "generate"
path = "src/main.rs"
[dependencies]
tf-demo-parser = { version = "0.2", path = "../" }
tf-demo-parser = { version = "*", path = "../" }
quote = "1.0"
Inflector = { version = "0.11", default-features = false }
better-panic = "0.1"
proc-macro2 = "1.0"
tempfile = "3.0"
toolchain_find = "0.1"
lazy_static = "1.3"
lazy_static = "1.3"
fnv = "1"