Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-05 | Use release tarballs instead of git repository | Aki | |
This is preferable because checking out a tag requires to clone the entire repository. | |||
2024-04-05 | Switched back to custom MakeAvailable | Aki | |
2024-04-05 | Push contrib variables to cache and reshuffle them | Aki | |
2024-04-05 | Add raylib specific options | Aki | |
2024-04-05 | Use FetchContent to handle dependencies | Aki | |
2023-02-03 | Imgui is now linked statically and all warnings are disabled | Aki | |
We do not control this code so the warnings may only potentially hide our own problems in logs. | |||
2022-12-17 | Event log is now using ImGui | Aki | |
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... |