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:
parent
715c41aecc
commit
b517df0e57
5 changed files with 9923 additions and 53 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue