remove usage of glfw wrap

This commit is contained in:
Michael Gene Brockus 2022-07-03 10:39:29 -05:00 committed by GitHub
parent 30d77601c1
commit ecaf4dbb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
project('Ray Lib', 'c', default_options: 'c_std=c11') project('Ray Lib', 'c', default_options: 'c_std=c11')
glfw_dep = dependency('glfw')
subdir('src') subdir('src')