mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
inspector: add AGENTS.md
This commit is contained in:
8
src/inspector/AGENTS.md
Normal file
8
src/inspector/AGENTS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Inspector Subsystem
|
||||
|
||||
- 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>
|
||||
- On macOS, run builds with `-Demit-macos-app=false` to verify API usage.
|
||||
- There are no unit tests in this package.
|
||||
Reference in New Issue
Block a user