From 69af3465b35afef0b8730bf223c8a9d0937318d6 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 30 Dec 2020 14:21:32 -0600 Subject: [PATCH] We don't need dylib on Android, and it breaks WinRT. Revert. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da6ad60..a4a5c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["*.cfg", "*.yml"] edition = "2018" [lib] -crate-type = ["lib", "dylib", "staticlib"] +crate-type = ["lib", "cdylib", "staticlib"] [features] use_tolk = ["tolk"]