dear-implot.hs/dear-implot.cabal

48 lines
926 B
Plaintext
Raw Normal View History

2021-02-21 19:04:25 +00:00
cabal-version: 3.0
name: dear-implot
version: 1.0.0
build-type: Simple
library
exposed-modules:
DearImGui.Plot
hs-source-dirs:
src
default-language:
Haskell2010
ghc-options:
-Wall
cxx-sources:
implot/implot.cpp
implot/implot_items.cpp
cxx-options:
-std=c++11
extra-libraries:
stdc++
include-dirs:
implot
imgui
2021-02-21 22:55:19 +00:00
build-depends: base
, StateVar
, containers
, dear-imgui
, inline-c
, inline-c-cpp
, managed
2021-02-21 19:04:25 +00:00
executable test
main-is: Main.hs
default-language: Haskell2010
2021-02-21 22:55:19 +00:00
build-depends: base
, binary
, bytestring
, dear-imgui
, dear-implot
, gl
, managed
, pipes
, pipes-safe
, sdl2
, pipes-pulse-simple
2021-02-21 19:04:25 +00:00
ghc-options: -Wall