mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-25 00:03:59 -04:00
removed web_basic_window mentions (#5782)
This commit is contained in:
@ -1268,8 +1268,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// NOTE: Some examples should be excluded from VS2022 solution because
|
||||
// they have specific platform/linkage requirements:
|
||||
if ((strcmp(exInfo->name, "web_basic_window") == 0) ||
|
||||
(strcmp(exInfo->name, "raylib_opengl_interop") == 0)) continue;
|
||||
if (strcmp(exInfo->name, "raylib_opengl_interop") == 0) continue;
|
||||
|
||||
// Review: Add: raylib/projects/VS2022/examples/<category>_example_name.vcxproj
|
||||
// Review: Add: raylib/projects/VS2022/raylib.sln
|
||||
|
||||
Reference in New Issue
Block a user