update AGENTS.md

This commit is contained in:
Mitchell Hashimoto
2026-01-27 13:15:30 -08:00
parent 061730ef97
commit d58703a245

View File

@@ -3,6 +3,6 @@
- See the full C API by finding `dcimgui.h` in the `.zig-cache` folder
in the root: `find . -type f -name dcimgui.h`. Use the newest version.
- See full examples of how to use every widget by loading this file:
<https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp>
<https://raw.githubusercontent.com/ocornut/imgui/refs/heads/master/imgui_demo.cpp>
- On macOS, run builds with `-Demit-macos-app=false` to verify API usage.
- There are no unit tests in this package.