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

View file

@ -8,7 +8,6 @@
// Using a patched version of v1.92.5-docking that has a UBSAN fix. The equivalent to
// this fix has already made it into master/docking, so we won't need the patch once the
// next version is tagged.
// .url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.5-docking.tar.gz",
.url = "https://github.com/MasonRemaley/imgui/archive/6b55a006a469f85e788d91af02aa63cbb5ede6d4.tar.gz",
.hash = "N-V-__8AALfOfQAZ-fEyLsQFoSvmtGxQCT4wUQ6SdhMsBodJ",
},