Files
sml-projects/shf.mlb

45 lines
707 B
Plaintext
Raw Normal View History

2024-09-30 13:43:43 +01:00
$(SML_LIB)/basis/basis.mlb
2024-10-04 23:23:25 +01:00
(* LIBRARIEES *)
2024-10-04 15:08:47 +01:00
lib/brolib-sml/src/line_gap.sml
lib/cozette-sml/fonts/cozette-ascii.mlb
2024-09-30 13:43:43 +01:00
2024-10-04 23:23:25 +01:00
(* FUNCTIONAL CORE *)
2024-10-06 09:32:56 +01:00
message-types/input-msg.sml
message-types/draw-msg.sml
message-types/mailbox-type.sml
2024-11-14 08:12:27 +00:00
fcore/bin-search.sml
fcore/search-list.sml
2024-10-06 09:32:56 +01:00
fcore/app-type.sml
2024-10-08 08:53:43 +01:00
fcore/app-with.sml
fcore/text-constants.sml
2024-10-09 11:59:41 +01:00
ann
"allowVectorExps true"
in
fcore/text-builder.sml
end
fcore/cursor.sml
fcore/text-window.sml
2024-10-06 09:32:56 +01:00
fcore/app-update.sml
2024-10-04 23:23:25 +01:00
2024-09-30 13:43:43 +01:00
(* 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
2024-10-06 09:32:56 +01:00
shell/update-thread.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
2024-09-30 13:43:43 +01:00
shell/shell.sml