Files
sam_oneal bd8a7da379
CI / Detect changed paths (pull_request) Failing after 1s
CI / Infra unit tests and vet (pull_request) Failing after 1s
CI / Odin unit tests and build (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Has been skipped
Move Odin renderer into gui/ with per-project Makefiles
Each sub-project (gui, api, infra) now owns its own Makefile, and the
root Makefile is a lean delegator for the base commands (run, build,
test, clean, fmt). Odin source, deps, and web assets live under gui/
(gui/src, gui/lib, gui/www), with scripts kept under gui/scripts for
build tooling only.
2026-08-31 13:45:58 -06:00

12 lines
424 B
Markdown

# 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`
(as resolved from the `gui/` directory).
- `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.