Skip to content

Commit b700fcd

Browse files
authored
Merge pull request #29 from R9295/main
add lib to libnyx crate-type
2 parents effe712 + 6a3257b commit b700fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libnyx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[lib]
77
name = "libnyx"
8-
crate-type = ["staticlib", "dylib"]
8+
crate-type = ["lib", "staticlib", "dylib"]
99

1010
[build-dependencies]
1111
cbindgen = "0.24.3"

0 commit comments

Comments
 (0)