| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vendor/miniaudio: update to 0.11.22 | Laytan | 2025-05-16 | 1 | -2/+2 |
| | | |||||
| * | Fix `-vet-tabs` issues | gingerBill | 2024-08-24 | 1 | -3/+3 |
| | | |||||
| * | use `#exists` to provide good errors for common missing libraries | Laytan Laats | 2024-06-04 | 1 | -5/+1 |
| | | |||||
| * | vendor/miniaudio: fix import for macos | Laytan Laats | 2024-01-13 | 1 | -3/+1 |
| | | | | | | | Using `system:miniaudio` is suboptimal, we already provide the `Makefile` that builds the `lib/miniaudio.a` and this works on MacOS. This PR makes linking with that library the default. | ||||
| * | Update `vendor/miniaudio` to v0.11.9 | bkrypt | 2022-04-29 | 1 | -51/+51 |
| | | |||||
| * | miniaudio | Sébastien Marie | 2022-03-02 | 1 | -5/+8 |
| | | | | | | | - simplify foreign - enable SUPPORT_SNDIO on OpenBSD - correct ptr type for SUPPORT_PULSEAUDIO (Linux) and SUPPORT_COREAUDIO (Darwin) | ||||
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Correct foreign import paths | gingerBill | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Update `foreign import`s for linux | gingerBill | 2021-09-17 | 1 | -0/+2 |
| | | |||||
| * | Add the remaining of the miniaudio API | gingerBill | 2021-09-17 | 1 | -0/+165 |