[Core] Multi instance / context support (#174)

This commit is contained in:
Harrison Lambeth 2025-01-09 13:08:48 -07:00 committed by GitHub
parent 3f01ee4a4e
commit 944d290428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 966 additions and 490 deletions

View file

@ -8,6 +8,7 @@ add_subdirectory("examples/cpp-project-example")
# Don't try to compile C99 projects using MSVC
if(NOT MSVC)
add_subdirectory("examples/raylib-sidebar-scrolling-container")
add_subdirectory("examples/raylib-multi-context")
# add_subdirectory("examples/cairo-pdf-rendering") Some issue with github actions populating cairo, disable for now
add_subdirectory("examples/clay-official-website")
add_subdirectory("examples/introducing-clay-video-demo")