modularize

This commit is contained in:
mtgmonkey
2025-12-25 15:03:06 +01:00
parent 38c7580cc4
commit f836081564
10 changed files with 558 additions and 416 deletions

View File

@@ -1,7 +1,8 @@
module Main (main) where
import Prelude hiding (id)
import Lib
import GLSL
import GLSL.Compile
main :: IO ()
main = do