mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
[Core] Multi instance / context support (#174)
This commit is contained in:
parent
3f01ee4a4e
commit
944d290428
15 changed files with 966 additions and 490 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue