summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2024-04-05Use release tarballs instead of git repositoryAki
This is preferable because checking out a tag requires to clone the entire repository.
2024-04-05Switched back to custom MakeAvailableAki
2024-04-05Push contrib variables to cache and reshuffle themAki
2024-04-05Add raylib specific optionsAki
2024-04-05Use FetchContent to handle dependenciesAki
2023-02-03Imgui is now linked statically and all warnings are disabledAki
We do not control this code so the warnings may only potentially hide our own problems in logs.
2022-12-17Event log is now using ImGuiAki
I don't like the fact that I put entire rlImGui and imgui into the project but that's how they usually deal with the distribution and packaging...