Skip to content

Commit

Permalink
fix: add missing assets to h-raylib.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Feb 22, 2024
1 parent c468a26 commit 5479167
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion h-raylib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extra-source-files:
examples/**/*.obj
examples/**/*.png
examples/**/*.ttf
examples/**/*.txt
examples/**/*.vert
examples/**/*.xm
lib/**/*.c
Expand Down Expand Up @@ -103,7 +104,9 @@ common example-options
, base
, h-raylib

other-extensions: TemplateHaskell, BangPatterns
other-extensions:
BangPatterns
TemplateHaskell

if flag(platform-web)
ghc-options:
Expand Down

0 comments on commit 5479167

Please sign in to comment.