Cargo.toml: Build as "dylib"

This commit is contained in:
Matthias Beyer 2017-01-20 10:04:12 +01:00
parent 238385a87f
commit 78b1782f87

View file

@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[lib]
crate-type = ["dylib"]
[dependencies]
ruru = "0.9"
lazy_static = "0.2"