restore imperative shell

This commit is contained in:
2024-08-08 05:56:20 +01:00
parent 1264e20dc8
commit a53c5e1ce3
6 changed files with 47 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
$(SML_LIB)/basis/basis.mlb
(* FUNCTIONAL CORE *)
ann
"allowVectorExps true"
in
@@ -23,3 +24,26 @@ functional-core/app-with.sml
message-types/input-msg.sml
message-types/draw-msg.sml
functional-core/app-update.sml
(* IMPERATIVE SHELL *)
$(SML_LIB)/basis/mlton.mlb
$(SML_LIB)/cml/cml.mlb
ann
"allowFFI true"
in
ffi/gles3-import.sml
ffi/glfw-import.sml
ffi/glfw-input.sml
end
ann
"allowVectorExps true"
in
imperative-shell/constants.sml
imperative-shell/app-draw.sml
end
imperative-shell/input-callbacks.sml
imperative-shell/event-loop.sml
imperative-shell/shell.sml