add lib to libnyx crate-type

This commit is contained in:
aarnav 2024-09-12 10:58:37 +02:00
parent 2101462186
commit 6a3257b2e9

View File

@ -5,7 +5,7 @@ edition = "2021"
[lib]
name = "libnyx"
crate-type = ["staticlib", "dylib"]
crate-type = ["lib", "staticlib", "dylib"]
[build-dependencies]
cbindgen = "0.24.3"