restructure a bit to make the GLFW-initialisation code its own separate structure/file, and so we can use shell.sml for running program in different ways

This commit is contained in:
2025-08-26 13:00:18 +01:00
parent 953eaefb88
commit 894cd50073
5 changed files with 68 additions and 61 deletions

View File

@@ -71,5 +71,6 @@ imperative-shell/input-callbacks.sml
imperative-shell/update-thread.sml
imperative-shell/file-thread.sml
imperative-shell/draw-thread.sml
imperative-shell/init-glfw.sml
imperative-shell/shell.sml