|
|
|
@ -19,6 +19,7 @@ pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" }
@@ -19,6 +19,7 @@ pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" }
|
|
|
|
|
libc = "0.2.116" |
|
|
|
|
bitflags = "1.0.0" |
|
|
|
|
widestring = "0.2.2" |
|
|
|
|
once_cell = "1.10.0" |
|
|
|
|
|
|
|
|
|
[build-dependencies] |
|
|
|
|
toml = "0.5" |
|
|
|
@ -29,7 +30,6 @@ futures = "0.3"
@@ -29,7 +30,6 @@ futures = "0.3"
|
|
|
|
|
time = "0.3.7" |
|
|
|
|
tokio = { version = "1.16", features = ["rt", "time", "sync", "macros"] } |
|
|
|
|
cfg-if = "1.0.0" |
|
|
|
|
once_cell = "1.10.0" |
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
|
default = ["romfs"] |
|
|
|
|