|
|
|
@ -3,7 +3,7 @@ name = "ctru-rs"
@@ -3,7 +3,7 @@ name = "ctru-rs"
|
|
|
|
|
version = "0.7.1" |
|
|
|
|
authors = ["Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>"] |
|
|
|
|
description = "A safe wrapper around libctru" |
|
|
|
|
repository = "https://github.com/rust3ds/ctru-rs" |
|
|
|
|
repository = "https://git.xenua.me/rust3ds/ctru-rs" |
|
|
|
|
documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru" |
|
|
|
|
keywords = ["3ds", "libctru"] |
|
|
|
|
categories = ["os", "api-bindings", "hardware-support"] |
|
|
|
@ -20,8 +20,8 @@ name = "ctru"
@@ -20,8 +20,8 @@ name = "ctru"
|
|
|
|
|
cfg-if = "1.0" |
|
|
|
|
ctru-sys = { path = "../ctru-sys", version = "0.5.0" } |
|
|
|
|
const-zero = "0.1.0" |
|
|
|
|
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" } |
|
|
|
|
pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" } |
|
|
|
|
shim-3ds = { git = "https://git.xenua.me/rust3ds/shim-3ds.git" } |
|
|
|
|
pthread-3ds = { git = "https://git.xenua.me/rust3ds/pthread-3ds.git" } |
|
|
|
|
libc = "0.2.121" |
|
|
|
|
bitflags = "2.3.3" |
|
|
|
|
macaddr = "1.0.1" |
|
|
|
@ -36,7 +36,7 @@ cfg-if = "1.0.0"
@@ -36,7 +36,7 @@ cfg-if = "1.0.0"
|
|
|
|
|
ferris-says = "0.2.1" |
|
|
|
|
futures = "0.3" |
|
|
|
|
lewton = "0.10.2" |
|
|
|
|
test-runner = { git = "https://github.com/rust3ds/test-runner.git" } |
|
|
|
|
test-runner = { git = "https://git.xenua.me/rust3ds/test-runner.git" } |
|
|
|
|
time = "0.3.7" |
|
|
|
|
tokio = { version = "1.16", features = ["rt", "time", "sync", "macros"] } |
|
|
|
|
|
|
|
|
|