diff --git a/README.md b/README.md index 85d8465..c762e8d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.zig.zon b/build.zig.zon index a66ffdf..a43a9bf 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -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", },