Basic window.

This commit is contained in:
2025-02-20 22:09:21 -06:00
commit 11806510c0
47 changed files with 7696 additions and 0 deletions

8
src/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
add_subdirectory(dusk)
add_subdirectory(duskgl)
add_subdirectory(duskglfw)