how to start lwt-ifying the pane tree portion where Display.state gets threaded through all the image drawing functions

This commit is contained in:
cqc
2021-09-23 18:13:19 -05:00
parent eca8a055cf
commit cf01415754
2 changed files with 36 additions and 26 deletions

5
dune
View File

@ -9,6 +9,7 @@
(link_flags (-linkall))
(libraries
topinf
lwt_ppx
tsdl
tgls.tgles2
wall
@ -27,6 +28,7 @@
(libraries
fmt
topinf
lwt_ppx
irc-client
irc-client-lwt
irc-client-unix
@ -39,6 +41,7 @@
(modules boot)
(link_flags (-linkall))
(libraries
lwt_ppx
lambda-term
topinf))
@ -47,7 +50,7 @@
(modes byte)
(modules topinf)
(libraries
fmt
fmt
tsdl
tgls.tgles2
wall