Only build dylib

This saves ~200mb of space
This commit is contained in:
bjorn3 2019-08-13 19:36:07 +02:00
parent 11b2b86b08
commit 2facd8e7ff

View File

@ -7,7 +7,7 @@ authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
edition = "2018"
[lib]
crate-type = ["rlib", "dylib"]
crate-type = ["dylib"]
[dependencies]
# These have to be in sync with each other