rename to dotscape

This commit is contained in:
2024-08-01 20:52:20 +01:00
parent 818503d0ac
commit 39b8b45b45
5 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ struct
val _ = Glfw.windowHint (Glfw.SAMPLES (), 4)
val window =
Glfw.createWindow
(Constants.windowWidth, Constants.windowHeight, "MLton - dot to dot")
(Constants.windowWidth, Constants.windowHeight, "Dotscape")
val _ = Glfw.makeContextCurrent window
val _ = Gles3.loadGlad ()