Files
sml-projects/shf-glfw.mlb

30 lines
422 B
Plaintext
Raw Normal View History

2024-09-30 13:43:43 +01:00
$(SML_LIB)/basis/basis.mlb
fcore.mlb
2024-10-04 23:23:25 +01:00
2024-09-30 13:43:43 +01:00
(* IMPERATIVE SHELL *)
$(SML_LIB)/basis/mlton.mlb
ann
"allowFFI true"
in
ffi/gles3-import.sml
ffi/glfw-import.sml
ffi/glfw-input.sml
end
ann
"allowVectorExps true"
in
shell/make-mailbox.sml
end
shell/input-mailbox.sml
shell/draw-mailbox.sml
shell/exception-logger.sml
shell/updater.sml
shell/glfw-gamepad.sml
2024-09-30 15:46:19 +01:00
shell/gl-shaders.sml
2024-10-01 08:25:12 +01:00
shell/gl-draw.sml
shell/glfw-loop.sml