mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
update codegen
This commit is contained in:
parent
0d99a9510b
commit
b9c58b1adf
4 changed files with 389 additions and 468 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tf-demo-parser-gen"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ name = "generate"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
tf-demo-parser = { version = "0.1", path = "../" }
|
||||
tf-demo-parser = { version = "0.2", path = "../" }
|
||||
quote = "1.0"
|
||||
Inflector = { version = "0.11", default-features = false }
|
||||
better-panic = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue