add shaders to cabal file
This commit is contained in:
parent
20b77a4068
commit
9dd8b34358
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ maintainer: nek0@nek0.eu
|
|||
-- copyright:
|
||||
category: Game
|
||||
extra-source-files: CHANGELOG.md
|
||||
, shader/fragment.sl
|
||||
, shader/vertex.sl
|
||||
|
||||
executable canvas
|
||||
main-is: Main.hs
|
||||
|
|
Loading…
Reference in a new issue