initial commit

This commit is contained in:
2026-08-30 20:45:54 -06:00
commit 32ab1213fb
20 changed files with 1349 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Libraries
Third-party libraries for the DESI Explorer renderer live here, either as git
submodules or vendored directly and wired in via `-collection:lib=lib/local`.
- `raylib` is bundled with Odin and imported as `vendor:raylib` — it does **not**
live in this directory.
No external dependencies yet. `local/` is the default `-collection:lib` target
and is currently empty.