From ecaf4dbb7cd7cd841764d2adbd4e585f0003f6b3 Mon Sep 17 00:00:00 2001 From: Michael Gene Brockus <55331536+troglobyte-coder@users.noreply.github.com> Date: Sun, 3 Jul 2022 10:39:29 -0500 Subject: [PATCH] remove usage of glfw wrap --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 80621d577..856c7a194 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,3 @@ project('Ray Lib', 'c', default_options: 'c_std=c11') -glfw_dep = dependency('glfw') - subdir('src')