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:
5
dune
5
dune
@ -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
|
||||
|
||||
Reference in New Issue
Block a user