aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support libctru 2.0Vivian Lim2021-02-061-1/+1
|
* changes so that this can buildVivian Lim2021-02-051-1/+1
|
* local changesVivian Lim2021-02-011-0/+1
|
* Update bindings for libctru 1.5.0Fenrir2018-05-151-1/+0
|
* Ensure that the sysroot uses its own libcFenrir2018-01-211-0/+2
|
* Go back to using pre-generated bindingsFenrir2017-07-101-1/+1
| | | | | Bindgen takes a long time to compile, and we only ever need to update bindings for new ctrulib releases anyway.
* Use bindgen for ctru_sys bindingsFenrir2017-07-101-27/+7
|
* Use libc from crates.ioFenrir2017-07-071-1/+1
| | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* We stdlib nowFenrir2017-01-211-1/+6
|
* ctru-sys: recreate types.h and libc bindingsFenrir2016-10-281-5/+0
|
* Fix deprecation and stablization warningsFenrir2016-10-151-1/+0
| | | | The question mark feature was stablized and the Reflect marker trait was deprecated
* Update bindgen commentFenrir2016-08-011-0/+2
|
* moved system libs to sys folderFenrir2016-06-201-8/+6
|
* core::fmt::Write support for the consoleFenrir2016-06-031-7/+2
|
* Added new bindingsFenrir2016-05-021-2/+12
|
* Split raw bindings into a separate crateFenrir2016-04-301-0/+28