mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-09 19:21:39 +01:00
6 lines
197 B
Lua
6 lines
197 B
Lua
return {
|
|
vulkan = {(os.getenv("VULKAN_SDK") or "vulkan_SDK_not_found").."/Include"}, --{[[C:\VulkanSDK\1.3.216.0\Include]]}
|
|
sdlgpu3 = {(os.getenv("SDL_PATH") or "SDL_not_found").."/include"},
|
|
}
|
|
|