11 lines
384 B
Markdown
11 lines
384 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`.
|
|
|
|
- `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.
|