optimizations and benchmarking

This commit is contained in:
Simon Gardling
2022-05-03 15:26:59 -04:00
parent 0d84cc1e60
commit e00415cad6
7 changed files with 640 additions and 18 deletions

View File

@@ -29,6 +29,7 @@ strip = false
[dependencies]
parsing = { path = "./parsing" }
benchmarks = { path = "./benchmarks" }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }