mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"C:/raylib/raylib/src/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"GRAPHICS_API_OPENGL_33",
|
|
"PLATFORM_DESKTOP"
|
|
],
|
|
"compilerPath": "C:/raylib/mingw/bin/gcc.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |