aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Expand)AuthorAgeFilesLines
* Fix raylib bindings for MeasureTextExRicardo Silva2023-03-241-1/+1
* Remove stray backtickJeroen van Rijn2023-03-221-1/+1
* Improve raylib overview formatting on pkg websiteLucas Perlind2023-03-221-77/+81
* Fix typo!!!!gingerBill2023-03-211-1/+1
* Add newlines to improve documentation generationgingerBill2023-03-211-2/+49
* Add `@(extra_linker_flags=<string>)`gingerBill2023-03-211-1/+1
* Keep `-vet` and `-strict-style` happygingerBill2023-03-211-5/+5
* Add msvcrt.lib to raylib on WindowsgingerBill2023-03-201-0/+1
* Update `vendor:raylib` to raylib 4.5gingerBill2023-03-2026-868/+1086
* Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-221-1/+1
* Add additional mouse buttons to Raylib bindings.Jeroen van Rijn2022-08-131-3/+7
* Update `vendor:raylib` to support macos-arm64 (apple silicon)Eduardo Nunes2022-07-205-5/+14
* Missing lib imports for raylib on macOShasen2022-05-301-1/+6
* Merge pull request #1579 from semarie/vendorsgingerBill2022-03-032-6/+12
|\
| * vendor: raylib: simplify foreign importSébastien Marie2022-03-022-6/+12
* | Update raylib.odinPatric Dexheimer2022-03-011-1/+1
* | Fixing bindingsPatric Dexheimer2022-03-011-1/+1
|/
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-202-6/+6
* GetMouseDeltaPatric Dexheimer2021-11-171-1/+2
* Add Modified README.mdgingerBill2021-11-081-0/+109
* Update `vendor:raylib` version 4.0gingerBill2021-11-0815-186/+326
* Change `c.int` to `PixelFormat` where appropriategingerBill2021-10-021-2/+2
* Make `TextFormat` use static internal buffers; Add `TextFormatAlloc`gingerBill2021-10-021-0/+20
* Fix typos; Add `MemAllocator` which wraps the raylib allocation procedures in...gingerBill2021-10-021-2/+47
* small package fixesskytrias2021-09-291-1/+1
* add linux system dependencies for raylibMichael Kutowski2021-09-141-2/+8
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-112-18/+23
* Fix ConfigFlag.INTERLACED_HINT for raylib.odinOskar Nordquist2021-09-081-1/+1
* Update raylib.libgingerBill2021-09-085-2/+14
* Add vendor/raylib/rlgl.odingingerBill2021-09-081-0/+337
* Add `vendor/raylib/easings.odin`gingerBill2021-09-081-0/+223
* Add binaries for raylib on "linux" and "darwin"gingerBill2021-09-089-0/+2
* Allow `vendor:raylib` to use `core:math/linalg` types with `-define:RAYLIB_US...gingerBill2021-09-081-22/+39
* Add `vendor:raylib` (core only)gingerBill2021-09-085-0/+1384