You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the demo, but it fails with the above mentioned error. Based on #88 I set the _jll version to 0.1.2, but it doesn't seem to work.
I'm using julia v1.9.2 on Windows 11, package versions:
(demo) pkg> st
Status `C:\Users\username\git\CImGui.jl\demo\Project.toml`
[5d785b6c] CImGui v1.82.0
[623d79b3] ImGuiGLFWBackend v0.1.2
[9d0819b4] ImGuiOpenGLBackend v0.1.1
⌃ [333409e9] CImGuiPack_jll v0.1.2+0
In a fresh julia session:
julia>using CImGui
julia>include("demo.jl")
ERROR: LoadError: UndefVarError:`ImGuiKey_KeyPadEnter` not defined
Stacktrace:
[1] init(ctx::ImGuiGLFWBackend.Context)
@ ImGuiGLFWBackend C:\Users\username\.julia\packages\ImGuiGLFWBackend\42XtF\src\interface.jl:36
[2] top-level scope
@ C:\Users\username\git\CImGui.jl\demo\demo.jl:62
[3] include(fname::String)
@ Base.MainInclude .\client.jl:478
[4] top-level scope
@ REPL[2]:1
in expression starting at C:\Users\username\git\CImGui.jl\demo\demo.jl:62
I am not sure how to proceed now.
The text was updated successfully, but these errors were encountered:
I am trying to run the demo, but it fails with the above mentioned error. Based on #88 I set the _jll version to 0.1.2, but it doesn't seem to work.
I'm using julia v1.9.2 on Windows 11, package versions:
In a fresh julia session:
I am not sure how to proceed now.
The text was updated successfully, but these errors were encountered: