Skip to content

Commit

Permalink
Merge pull request #9 from JuliaImGui/update
Browse files Browse the repository at this point in the history
Bump for v1.91.6
  • Loading branch information
JamesWrigley authored Dec 19, 2024
2 parents bf7194e + 070ac5e commit 98a11d0
Show file tree
Hide file tree
Showing 9 changed files with 1,681 additions and 1,644 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ related packages:

The versions have been picked so that they're all compatible with each other,
i.e. matching the latest ImGui version. The currently supported ImGui version
is: [*v1.91.2*](https://github.com/ocornut/imgui/releases/tag/v1.91.2).
is: [*v1.91.6*](https://github.com/ocornut/imgui/releases/tag/v1.91.6).

You can build the resulting shared library locally with:
```julia-repl
Expand Down
4 changes: 0 additions & 4 deletions build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ cd(joinpath(@__DIR__, "cimgui/generator")) do
for json_file in filter(endswith(".json"), readdir("output"; join=true))
cp(json_file, joinpath(output_dir, basename(json_file)); force=true)
end

# Hack: cimgui.h is badly modified with comments turned on, so we reset it
# back to HEAD. See: https://github.com/cimgui/cimgui/issues/282
run(`git restore ../cimgui.h`)
end

# Generate the imgui_test_engine wrappers
Expand Down
Loading

0 comments on commit 98a11d0

Please sign in to comment.