mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-26 00:59:16 -05:00
@ -17,5 +17,6 @@ source_c = [
|
|||||||
raylib = library('raylib',
|
raylib = library('raylib',
|
||||||
source_c,
|
source_c,
|
||||||
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
|
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
|
||||||
install : true)
|
install : true,
|
||||||
|
version : '1.7.0')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user