aboutsummaryrefslogtreecommitdiff
path: root/vendor/raylib
Commit message (Expand)AuthorAgeFilesLines
* 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