functional(ish) rotation on a single axis
This commit is contained in:
parent
7e72c05b0b
commit
9c6f8eedc5
3 changed files with 318 additions and 60 deletions
|
|
@ -49,7 +49,7 @@ category: Game
|
|||
build-type: Simple
|
||||
|
||||
-- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
|
||||
extra-doc-files: CHANGELOG.md
|
||||
extra-doc-files: README.md
|
||||
|
||||
-- Extra source files to be distributed with the package, such as examples, or a tutorial module.
|
||||
-- extra-source-files:
|
||||
|
|
@ -71,7 +71,7 @@ executable haskell-game
|
|||
-- other-extensions:
|
||||
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends: base ^>=4.18.3.0, sdl2 >= 2.5.5.1
|
||||
build-depends: base ^>=4.18.3.0, sdl2 >= 2.5.5.1, StateVar
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue