1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Demos: Remove "Cube" application

This wasn't doing anything interesting enough to justify being its own
demo application. If we need a spinning cube, we can just load a cube
model into 3DFileViewer. :^)
This commit is contained in:
Andreas Kling 2023-01-03 15:31:50 +01:00
parent 1fc7740152
commit 0fe4f4fe53
6 changed files with 0 additions and 267 deletions

View file

@ -1,5 +1,4 @@
add_subdirectory(CatDog)
add_subdirectory(Cube)
add_subdirectory(Eyes)
add_subdirectory(LibGfxDemo)
add_subdirectory(LibGfxScaleDemo)