File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ CSyntax = "0.4"
29
29
Compat = " 4.16.0"
30
30
DocStringExtensions = " 0.9.3"
31
31
GLFW = " 3"
32
- GLMakie = " 0.10.6, 0.11"
32
+ GLMakie = " 0.10.6, < 0.11.3 "
33
33
ModernGL = " 1"
34
34
PrecompileTools = " 1.2.1"
35
35
Printf = " 1"
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ CurrentModule = CImGui
6
6
This documents notable changes in CImGui.jl. The format is based on [ Keep a
7
7
Changelog] ( https://keepachangelog.com ) .
8
8
9
+ ## Unreleased
10
+
11
+ ### Fixed
12
+ - Fixed compat bounds with GLMakie, currently we're restricted to <0.11.3 ([ #169 ] ).
13
+
9
14
## [ v5.1.0] - 2025-02-19
10
15
11
16
### Added
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ GLMakie.framebuffer_size(window::ImMakieWindow) = GLMakie.framebuffer_size(windo
45
45
GLMakie. scale_factor (window:: ImMakieWindow ) = GLMakie. scale_factor (window. glfw_window)
46
46
GLMakie. was_destroyed (window:: ImMakieWindow ) = GLMakie. was_destroyed (window. glfw_window)
47
47
GLMakie. reopen! (x:: GLMakie.Screen{ImMakieWindow} ) = x
48
+ GLMakie. destroy! (:: ImMakieWindow ) = nothing
48
49
GLMakie. set_screen_visibility! (:: GLMakie.Screen{ImMakieWindow} , :: Bool ) = nothing
49
50
50
51
# ShaderAbstractions support
You can’t perform that action at this time.
0 commit comments