mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 16:24:43 +00:00
forgot to add meson.options
This commit is contained in:
parent
0f605b8997
commit
bfc83f7830
4
meson.options
Normal file
4
meson.options
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
option('enable_vsync',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
description : 'Toggles weather V-Sync will be toggle on or off.')
|
||||
Loading…
Reference in a new issue