Cargo.toml: Build as "dylib"
This commit is contained in:
parent
238385a87f
commit
78b1782f87
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue