File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11packages : *.cabal
22package dear-imgui
3- flags : - sdl +sdl3 +sdl-renderer +glfw +opengl2 +opengl3 +vulkan +examples
3+ flags : + sdl +sdl3 +sdl-renderer +glfw +opengl2 +opengl3 +vulkan +examples
44 ghc-options : -Wall -Wcompat -fno-warn-unused-do-bind
55
66
77source-repository-package
88 type : git
99 location : https://github.com/klukaszek/sdl3-hs.git
10- tag : 932406e5476feffbaa4394c1f642cb6d0b5cc9f0
10+ tag : aa9777f4d5bce4121e65d88b8f35a3fd874c817a
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Data.Word (Word64)
1212import DearImGui
1313import DearImGui.SDL3
1414import DearImGui.SDL3.Renderer
15- import SDL
15+ import SDL3
1616import System.Exit (exitFailure , exitSuccess )
1717import Text.Printf (printf )
1818
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import Control.Monad.IO.Class (
5050 MonadIO ,
5151 liftIO ,
5252 )
53- import SDL .Events
53+ import SDL3 .Events
5454
5555C. context (Cpp. cppCtx <> C. bsCtx)
5656C. include " imgui.h"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import DearImGui (
4343 DrawData (.. ),
4444 )
4545import Foreign.Ptr
46- import SDL (SDLRenderer (SDLRenderer ), SDLWindow (SDLWindow ))
46+ import SDL3 (SDLRenderer (SDLRenderer ), SDLWindow (SDLWindow ))
4747
4848C. context (Cpp. cppCtx <> C. bsCtx)
4949C. include " imgui.h"
You can’t perform that action at this time.
0 commit comments