From 591e9a26c1796d60adc4e3370ec8dee7821181a4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 18 Aug 2020 15:54:58 -0500 Subject: [PATCH] Add staticlib crate type for iOS. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f957b44..71dad95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nolan Darilek "] edition = "2018" [lib] -crate-type = ["cdylib"] +crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.7"