mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 14:15:02 +00:00
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"window_width": 1024,
|
|
"window_height": 768,
|
|
"lua_script": "scripts/gui_demo.lua",
|
|
"scripts_directory": "scripts",
|
|
"project_root": ".",
|
|
"shaders_directory": "shaders",
|
|
"device_extensions": [
|
|
"VK_KHR_swapchain"
|
|
],
|
|
"config_file": "config/gui_runtime.json"
|
|
}
|