disable libgit2 feature for shadow-rs (fixes wasm build)

This commit is contained in:
Simon Gardling 2022-03-02 17:20:56 -05:00
parent 5870a067c1
commit c7e9b9ab35

View File

@ -26,7 +26,7 @@ lto = false
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false, features = ["egui_glow"] }
include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" }
shadow-rs = "0.9.0"
shadow-rs = { version = "0.9.0", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = ["fmt"] }
[build-dependencies]