Meziu
6cf43bd974
Update manifest with current repo links
2 years ago
TechiePi
95756f7b73
Move ``docstring-to-rustdoc`` to its own crate
2 years ago
Ian Chamberlain
683247faf7
Remove unused libc patch
...
All of our libc changes have landed so there should be no need to rely
on the fork anymore.
3 years ago
Mark Drobnak
13f5a76bc1
Update libc to 0.2.121 (upstream)
...
All of our 3DS changes have been upstreamed. If in the future we need
to use the fork again, we can edit the top-level Cargo.toml and adjust
the patches (replace upstream with fork).
3 years ago
AzureMarker
82eded005e
Remove duplicate dependencies by patching, and add back links field
...
We don't want duplicate ctru-sys crates in the dependency graph. Same
for libc. We can patch them here to avoid any issues.
Now that we don't have duplicate ctru-sys crates, we can add back the
links field. This field is important because it warns us when there are
two crates linking to the same library (ex. duplicate ctru-sys crates).
3 years ago
AzureMarker
1402dacc5f
Update libc to the upstream
...
Our PR merged.
3 years ago
AzureMarker
b01f3df547
Use a Cargo workspace
3 years ago
Fenrir
dffce57257
Bring in all the crates
8 years ago
Fenrir
08b71a18cd
We stdlib now
8 years ago
Fenrir
119b536353
Update Cargo.toml
8 years ago
Fenrir
4991de6d39
Use bitflags for fs services
8 years ago
Fenrir
539fa2a425
Split out libstd crate
8 years ago
Fenrir
6c178aa1da
Add alloc_system dependency
8 years ago
Fenrir
235eb9cc45
Bump version
9 years ago
Fenrir
5e5a88fa46
Overhauled and simplified API. Now apps no longer hang on exit!
9 years ago
Fenrir
3329bcb300
More experimental console/stdio stuff.
9 years ago
Fenrir
d94fe0cb02
Added stdlib-like export module. Also added extremely basic console support
9 years ago
Fenrir
c314c0098e
Added new bindings
9 years ago
Fenrir
184ec0b247
Deleted old files
9 years ago
Fenrir
2bd6509b4f
Compatibility fixes for Rust nightly (1.10.0)
9 years ago
Ronald Kinard
de35d68e15
Whoops, that's zlib, not BSD-3.
9 years ago
Ronald Kinard
c2b9a0b26a
License library under BSD 3-clause.
...
Fixes #3 .
9 years ago
Ronald Kinard
581d24ca25
Cleanup and lang items.
...
Lang items may be removed if we get a libstd.
9 years ago
Ronald Kinard
de4cca655d
Initial commit.
10 years ago