Merge pull request #29 from R9295/main

add lib to libnyx crate-type
This commit is contained in:
Sergej Schumilo 2024-09-13 06:13:37 +02:00 committed by GitHub
commit b700fcddd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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