Skip to content

Commit

Permalink
Change requirements for ImGui demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed Jun 28, 2024
1 parent 3c63b4f commit d919b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/imgui_ex.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This example requires CImGui#master
# This example requires CImGui#v1.82.2
#
# import Pkg; Pkg.add(name="CImGui", rev="master")
# import Pkg; Pkg.add(name="CImGui", rev="v1.82.2")
#
using CImGui
using CImGui.ImGuiGLFWBackend
Expand Down

0 comments on commit d919b64

Please sign in to comment.