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

Loading…
Cancel
Save