This commit is contained in:
Michael Gene Brockus 2022-07-03 07:31:43 -07:00 committed by GitHub
parent 2cd651b6b1
commit a75dac2e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
project('Ray Lib', 'c', defualt_options: 'c_std=c11') project('Ray Lib', 'c', default_options: 'c_std=c11')
glfw_dep = dependency('glfw') glfw_dep = dependency('glfw')