4jcraft/meson.options

11 lines
314 B
Plaintext

option('ui_backend',
type : 'combo',
choices: ['shiggy', 'java'],
value : 'shiggy',
description : 'Specifies a backend implementation for the game UI.')
option('enable_vsync',
type : 'boolean',
value : true,
description : 'Toggles V-Sync and adds options to unlock maximum in-game framerate.')