forgot to add meson.options

This commit is contained in:
Emily 2026-03-11 00:13:09 -04:00
parent 0f605b8997
commit bfc83f7830

4
meson.options Normal file
View file

@ -0,0 +1,4 @@
option('enable_vsync',
type : 'boolean',
value : true,
description : 'Toggles weather V-Sync will be toggle on or off.')