diff --git a/meson.build b/meson.build index 26a9da4..2de586f 100755 --- a/meson.build +++ b/meson.build @@ -41,7 +41,7 @@ deps = [ subproject('glad').get_variable('glad_dep'), subproject('hack').get_variable('hack_dep'), subproject('imgui').get_variable('imgui_dep'), - subproject('glm').get_variable('glm_dep'), + subproject('glm').get_variable('glm_dep') ] inc = []