Browse Source

Removed staticlib crate type

It's not needed, and could lead to issues (std might be duplicated if
linked to other Rust code).
pull/4/head
AzureMarker 3 years ago
parent
commit
dbfa80f963
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 9
      Cargo.toml

9
Cargo.toml

@ -5,10 +5,5 @@ version = "0.1.0" @@ -5,10 +5,5 @@ version = "0.1.0"
license = "MIT/Apache 2.0"
edition = "2018"
[lib]
name = "linker_fix_3ds"
path = "src/lib.rs"
crate-type = ["staticlib", "lib"]
[dependencies.libc]
git = "https://github.com/Meziu/libc.git"
[dependencies]
libc = { git = "https://github.com/Meziu/libc.git" }

Loading…
Cancel
Save