Add staticlib crate type for iOS.

This commit is contained in:
Nolan Darilek 2020-08-18 15:54:58 -05:00
parent 20abaa45ab
commit 591e9a26c1

View File

@ -5,7 +5,7 @@ authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018" edition = "2018"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["staticlib", "cdylib"]
[dependencies] [dependencies]
env_logger = "0.7" env_logger = "0.7"