Fenrir
|
62e5cccff3
|
Rename ::new() to ::init()
|
9 years ago |
Fenrir
|
aba0449bff
|
remove unnecessary mutable self-borrows
|
9 years ago |
Fenrir
|
6f84a43cab
|
Re-introduced RAII semeantics for {Apt, Hid, Sdmc}
|
9 years ago |
Fenrir
|
2feaf8f636
|
core::fmt::Write support for the console
|
9 years ago |
Fenrir
|
5e5a88fa46
|
Overhauled and simplified API. Now apps no longer hang on exit!
|
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 |
Ronald Kinard
|
5154868f04
|
Overhaul Apt service.
Applications should implement the Application trait and use that
to interface with apt. An example is provided in rust3ds-template.
|
9 years ago |
Ronald Kinard
|
f10d549562
|
Add Hid struct.
|
9 years ago |
Ronald Kinard
|
89d5cd6c7e
|
Expand gfx into a droppable type.
On creation, Gfx will init gfx. On drop, it will exit. You should
wrap it in an Rc to move it around.
|
9 years ago |
Ronald Kinard
|
581d24ca25
|
Cleanup and lang items.
Lang items may be removed if we get a libstd.
|
9 years ago |
Andor Uhlár
|
abd30e5e4b
|
No need for implicit core imports anymore
|
9 years ago |
Ronald Kinard
|
d5fb1a9b7d
|
Make idiomatic interfaces to a few functions.
|
10 years ago |