New basic console

This commit is contained in:
2025-03-28 11:23:13 -05:00
parent b9de46a16b
commit 2135217843
55 changed files with 838 additions and 1496 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
# Copyright (c) 2023 Dominic Masters
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https:#opensource.org/licenses/MIT
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_TARGET_NAME}
PRIVATE
math.c
random.c
memory.c
string.c
)