Created mesh

This commit is contained in:
2025-08-12 20:33:41 -05:00
parent f9affee522
commit 2bced84f70
6 changed files with 160 additions and 40 deletions

View File

@@ -0,0 +1,13 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_TARGET_NAME}
PRIVATE
mesh
)
# Subdirs
# add_subdirectory(draw)