diff --git a/ImGuiImplGlfw/Package.toml b/ImGuiImplGlfw/Package.toml index 0d3489c0..41e32912 100644 --- a/ImGuiImplGlfw/Package.toml +++ b/ImGuiImplGlfw/Package.toml @@ -5,3 +5,4 @@ Description = "GLFW Implementation for ImGui" [Dependencies] ImGui = { Path = ".." } +GLFW = "*"