Initial project scaffold for Dimma

This commit is contained in:
2026-06-10 20:53:30 +02:00
commit 64f55c81b0
17 changed files with 702 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "dimma",
"root": ".",
"vendor": false,
"definition_files": [
"main.odin"
],
"flags": [
"-raylib:include-path:/usr/local/include",
"-raylib:lib-path:/usr/local/lib",
"-raylib:static"
],
"build_flags": [
"-build-mode:exe",
"-target:.",
"-out:../build/dimma"
]
}