| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ! after c::fromstr calls to handle nomem | Haelwenn (lanodan) Monnier | 2025-10-21 | 1 | -2/+2 |
| | | | | | | | Lazy way out, might be better to change API either by returning nomem or using `*char` as parameter so it's caller controlled instead of `str`. | ||||
| * | Use types::c:: instead of char and strings:: | Autumn! | 2023-06-04 | 1 | -5/+5 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | refactor names from e.g. sdl2::init() to sdl2::SDL_Init() | Vlad-Stefan Harbuz | 2022-02-07 | 1 | -17/+17 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | all: add error handling on init | Drew DeVault | 2021-12-12 | 1 | -4/+6 |
| | | |||||
| * | all: rig up Hare-native error handling | Drew DeVault | 2021-12-10 | 1 | -3/+19 |
| | | |||||
| * | sdl2::image: initial commit | Drew DeVault | 2021-12-09 | 1 | -0/+28 |
| Some additional things which were needed to make this work were also added. | |||||
