mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
Demos: Add a HelloWorld2 demo.
This is a simple test app with its UI generated from a VisualBuilder form. The name is probably silly, but who cares. :^)
This commit is contained in:
parent
b3d431e390
commit
0bf5c6fa3a
Notes:
sideshowbarker
2024-07-19 13:20:41 +09:00
Author: https://github.com/awesomekling
Commit: 0bf5c6fa3a
6 changed files with 58 additions and 0 deletions
|
@ -40,6 +40,7 @@ build_targets="$build_targets ../Games/Minesweeper"
|
|||
build_targets="$build_targets ../Games/Snake"
|
||||
build_targets="$build_targets ../Shell"
|
||||
build_targets="$build_targets ../Demos/HelloWorld"
|
||||
build_targets="$build_targets ../Demos/HelloWorld2"
|
||||
build_targets="$build_targets ../Demos/RetroFetch"
|
||||
build_targets="$build_targets ../Demos/WidgetGallery"
|
||||
build_targets="$build_targets ../Demos/Fire"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue