summaryrefslogtreecommitdiffhomepage
path: root/meson.build
AgeCommit message (Collapse)Author
2017-12-11Remove Meson build systemAhmad Fatoum
Less maintenance overhead that way, given that make/CMake now also do library versioning.
2017-09-25Increment version in meson build fileMichael Vetter
Increment raylib version and so lib version number.
2017-06-13Add version info to glfw dependencyMichael Vetter
glfwSetWindowMonitor and some other functions are only available from 3.2 onwards.
2017-06-11Meson: use gnu99Michael Vetter
We use variable init in for loops, so need c99.
2017-06-05Add meson files for basic Linux buildingMichael Vetter