From c7e9b9ab352a60586e348fef48e248a7871d37a2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 2 Mar 2022 17:20:56 -0500 Subject: [PATCH] disable libgit2 feature for shadow-rs (fixes wasm build) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc880c8..087e36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]