diff --git a/dear-imgui.hs b/dear-imgui.hs index e760139..4c9b76a 160000 --- a/dear-imgui.hs +++ b/dear-imgui.hs @@ -1 +1 @@ -Subproject commit e760139a83cc15fa30f81806f0d1d30527c45d82 +Subproject commit 4c9b76aed5d009d0d263c82d76b3075524a3fbf8 diff --git a/dear-implot.cabal b/dear-implot.cabal index 6f56f51..b07a583 100644 --- a/dear-implot.cabal +++ b/dear-implot.cabal @@ -41,10 +41,15 @@ library default-language: Haskell2010 ghc-options: - -Wall + -Wall -static -dynamic-too install-includes: implot/implot.h implot/implot_internal.h + imgui/imgui.h + imgui/imgui_internal.h + imgui/imstb_rectpack.h + imgui/imstb_textedit.h + imgui/imstb_truetype.h cxx-sources: implot/implot.cpp implot/implot_demo.cpp @@ -53,9 +58,6 @@ library -std=c++11 extra-libraries: stdc++ - HSdear-imgui-2.0.0-inplace-ghc8.10.7 - extra-bundled-libraries: - HSdear-implot-1.0.0-inplace include-dirs: implot dear-imgui.hs/imgui