Browse Source

Allow crate to be used as a dependency (add lib crate type)

pull/3/head
AzureMarker 3 years ago
parent
commit
818f3e6a2b
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 2
      Cargo.toml

2
Cargo.toml

@ -8,7 +8,7 @@ edition = "2018" @@ -8,7 +8,7 @@ edition = "2018"
[lib]
name = "linker_fix_3ds"
path = "src/lib.rs"
crate-type = ["staticlib"]
crate-type = ["staticlib", "lib"]
[dependencies.libc]
git = "https://github.com/Meziu/libc.git"

Loading…
Cancel
Save