Fenrir
|
b75b7f804a
|
Use abort() when panicking
|
9 years ago |
Fenrir
|
1e66941320
|
Update bindgen comment
|
9 years ago |
Fenrir
|
b76009d0d5
|
moved system libs to sys folder
|
9 years ago |
Ronald Kinard
|
058a4a10de
|
Correct paths in README.
|
9 years ago |
Ronald Kinard
|
c2c030f726
|
Merge pull request #6 from FenrirWolf/master
Multiple console support + Bringing RAII back
|
9 years ago |
Fenrir
|
235eb9cc45
|
Bump version
|
9 years ago |
Fenrir
|
51d59739a3
|
Multiple console support
|
9 years ago |
Fenrir
|
9f8dc9fa5a
|
Remove extern crate alloc and core declarations
|
9 years ago |
Fenrir
|
6f84a43cab
|
Re-introduced RAII semeantics for {Apt, Hid, Sdmc}
|
9 years ago |
Ronald Kinard
|
7337abc701
|
Merge pull request #5 from FenrirWolf/master
API overhaul and simplification, plus console support
|
9 years ago |
Fenrir
|
0293421cdd
|
Removed std and prelude modules
|
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
|
7b2483622d
|
Redesigned console API
|
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 |
Ronald Kinard
|
ff5a09832f
|
Merge pull request #4 from FenrirWolf/master
Compatibility fixes + new bindings + refactoring
|
9 years ago |
FenrirWolf
|
aed2ceee0c
|
Update AUTHORS.md
|
9 years ago |
Fenrir
|
9e0e25c68a
|
add AUTHORS.md
|
9 years ago |
Fenrir
|
c314c0098e
|
Added new bindings
|
9 years ago |
Fenrir
|
184ec0b247
|
Deleted old files
|
9 years ago |
Fenrir
|
225334fcce
|
Split raw bindings into a separate crate
|
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
|
18311dba86
|
Fix build script.
|
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
|
d0bfb6a437
|
Add Sdmc struct.
This won't be useful until we have libstd, but worth making since
it's trivial.
|
9 years ago |
Ronald Kinard
|
f822099d40
|
Implement "Srv" struct.
|
9 years ago |
Ronald Kinard
|
c8dbf2f699
|
Use From for Screen, Side
|
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
|
dcfb9c1bd6
|
Update readme.
|
9 years ago |
Ronald Kinard
|
d9ebc62981
|
Remove more unnecessary link attributes.
|
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
|
97cf4f4f20
|
Merge pull request #1 from andor44/master
No need for implicit core imports anymore
|
9 years ago |
Andor Uhlár
|
abd30e5e4b
|
No need for implicit core imports anymore
|
9 years ago |
Ronald Kinard
|
d792c7bcd8
|
Use annotation for deriving Clone.
|
10 years ago |
Ronald Kinard
|
d5fb1a9b7d
|
Make idiomatic interfaces to a few functions.
|
10 years ago |
Ronald Kinard
|
42e0b9986f
|
Add bindings for several more services.
|
10 years ago |
Ronald Kinard
|
4eb7e5ecf6
|
Add linkage for a large number of ctrulib stuff.
|
10 years ago |
Ronald Kinard
|
4e9ec502b5
|
Add bindgen-generated ctru binding.
|
10 years ago |
Ronald Kinard
|
de4cca655d
|
Initial commit.
|
10 years ago |