Updates instructions, got bit by forgetting to update ImPlot!

This commit is contained in:
Mason Remaley 2026-01-16 03:40:27 -08:00
parent 2e0d17bfc3
commit 36de7bbe17
2 changed files with 1 additions and 1 deletions

View file

@ -50,6 +50,7 @@ Note that you never need to do this as a user of the library, unless you're maki
4. Run `zig build dear_bindings`. Output may need tweaks, glance over diff.
5. Run `zig build generate -- ...` to see if the generator still works. If it fails, you're probably missing values in an enumeration, `std.json` does not provide helper errors for this at the time of writing, the easiest way to debug this is to comment out the actual generation code, and all fields in `Header`, adding them back until you figure out which are causing the issue.
6. Test the bindings from a real Zig program that imports Dear ImGUI.
7. Mostly a note to myself, but, don't forget to update any other packages that are integrating with Dear ImGui!
## Known differences