improved git commit fetching

This commit is contained in:
Simon Gardling
2022-02-24 21:12:50 -05:00
parent 6f8a7c9cc2
commit ee2936dfc4
6 changed files with 27 additions and 28 deletions

View File

@@ -18,6 +18,7 @@ meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
egui = "0.17.0"
eframe = "0.17.0"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
git-version = "0.3.5"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"