Browse Source

Simplify dependency specification

pull/10/head
AzureMarker 3 years ago
parent
commit
ed69327242
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 17
      ctru-rs/Cargo.toml

17
ctru-rs/Cargo.toml

@ -9,15 +9,8 @@ version = "0.7.1"
crate-type = ["rlib"] crate-type = ["rlib"]
name = "ctru" name = "ctru"
[dependencies.ctru-sys] [dependencies]
path = "../ctru-sys" ctru-sys = { path = "../ctru-sys", version = "0.4" }
version = "0.4" libc = "0.2"
bitflags = "1.0.0"
[dependencies.libc] widestring = "0.2.2"
version = "0.2"
[dependencies.bitflags]
version = "1.0.0"
[dependencies.widestring]
version = "0.2.2"

Loading…
Cancel
Save