init neue

This commit is contained in:
mtgmonkey
2025-12-22 15:58:44 +01:00
parent 732a4efd33
commit 298a13b60d
9 changed files with 539 additions and 325 deletions

25
hs-glsl.cabal Normal file
View File

@@ -0,0 +1,25 @@
cabal-version: 3.0
name: hs-glsl
version: 0.1.0
homepage: https://git.mtgmonkey.net/Andromeda/hs-glsl
license: BSD-3-Clause
license-file: LICENSE
author: andromeda
maintainer: @Andromeda:tchncs.de
category: Graphics
build-type: Simple
common warnings
ghc-options:
-Wall
library
import: warnings
build-depends: base >=4.20
hs-source-dirs: src
exposed-modules: Lib
default-language: Haskell2010
executable hs-glsl
import: warnings
main-is: Main.hs
build-depends: base >=4.20
hs-source-dirs: src
default-language: Haskell2010