Merge branch 'luaapi_twrite' of https://github.com/yabu76/tio into luaapi_twrite

This commit is contained in:
yabu76 2026-02-03 23:17:24 +09:00
commit d2eea48f88

View file

@ -1,6 +1,6 @@
project('tio', 'c', project('tio', 'c',
version : '3.9', version : '3.9',
license : [ 'GPL-2'], license : 'GPL-2.0-or-later',
meson_version : '>= 0.53.2', meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ] default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
) )