Only build dylib
This saves ~200mb of space
This commit is contained in:
parent
11b2b86b08
commit
2facd8e7ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue