Browse Source

Merge pull request #3 from AzureMarker/master

Allow crate to be used as a dependency (add lib crate type)
pull/5/head
Meziu 3 years ago committed by GitHub
parent
commit
6bb2dbde74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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