We don't need dylib on Android, and it breaks WinRT. Revert.

This commit is contained in:
Nolan Darilek 2020-12-30 14:21:32 -06:00
parent 699d0d23e9
commit 69af3465b3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ exclude = ["*.cfg", "*.yml"]
edition = "2018"
[lib]
crate-type = ["lib", "dylib", "staticlib"]
crate-type = ["lib", "cdylib", "staticlib"]
[features]
use_tolk = ["tolk"]