update egui

This commit is contained in:
Simon Gardling
2023-10-02 09:21:56 -04:00
parent 346c9ee267
commit c486c554c8
9 changed files with 166 additions and 187 deletions

View File

@@ -11,9 +11,7 @@ description = "Parsing library for YTBN-Graphing-Software"
[dependencies]
phf = { version = "0.11" }
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
"partial",
] }
exmex = {version = "0.17.5", features = ["partial"]}
[build-dependencies]
phf_codegen = { version = "0.11" }