1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

Demos: Add LibGfx Demo :^)

This commit is contained in:
Linus Groh 2020-05-10 11:58:48 +01:00 committed by Andreas Kling
parent 59d00e5df6
commit d3d29ea1cc
4 changed files with 215 additions and 0 deletions

View file

@ -149,6 +149,7 @@ cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
cp ../Demos/Cube/Cube mnt/bin/Cube
cp ../Demos/Screensaver/Screensaver mnt/bin/Screensaver
cp ../Demos/Fire/Fire mnt/bin/Fire
cp ../Demos/LibGfxDemo/LibGfxDemo mnt/bin/LibGfxDemo
cp ../Demos/Mouse/Mouse mnt/bin/Mouse
cp ../Demos/DynamicLink/LinkDemo/LinkDemo mnt/bin/LinkDemo
cp ../DevTools/HackStudio/HackStudio mnt/bin/HackStudio