We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452564b commit e848939Copy full SHA for e848939
src/engine/runtime/messaging/dune
@@ -1,4 +1,5 @@
1
(library
2
(name messaging)
3
(libraries brr communication)
4
- (preprocess (pps ppx_deriving_yojson)))
+ (preprocess
5
+ (pps ppx_deriving_yojson)))
src/engine/runtime/step/dune
@@ -1,4 +1,11 @@
(name step)
- (libraries messaging undoable universe communication logs fast
- drawing_state drawing_controller))
+ (libraries
+ messaging
+ undoable
6
+ universe
7
+ communication
8
+ logs
9
+ fast
10
+ drawing_state
11
+ drawing_controller))
0 commit comments