protocol
meson.options
1option(
2 'renderer',
3 type: 'combo',
4 choices: [ 'sokol', 'small3dlib' ],
5 value: 'sokol',
6 description: '3D renderer backend',
7)
protocol
meson.options
1option(
2 'renderer',
3 type: 'combo',
4 choices: [ 'sokol', 'small3dlib' ],
5 value: 'sokol',
6 description: '3D renderer backend',
7)