cabal-version: 2.4
name: aztecs-transform
version: 0.3.2
license: BSD-3-Clause
license-file: LICENSE
maintainer: matt@hunzinger.me
author: Matt Hunzinger
homepage: https://github.com/matthunz/aztecs
synopsis: Transform components for Aztecs
description: Transform components for the Aztecs game engine and ECS
category: Game Engine
source-repository head
type: git
location: https://github.com/matthunz/aztecs-transform.git
library
exposed-modules: Aztecs.Transform
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.6 && <5,
aztecs >=0.16 && <0.18,
containers >=0.6 && <0.9,
linear >=1