flaw-dx11/flaw-dx11.cabal

Summary

Maintainability
Test Coverage
name:                flaw-dx11
version:             0.1.0.0
-- synopsis:            
-- description:         
license:             MIT
license-file:        ../LICENSE
author:              Alexander Bich
maintainer:          quyse0@gmail.com
-- copyright:           
category:            Game
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/quyse/flaw.git
  subdir: flaw-dx11

library
  exposed-modules:
    Flaw.Graphics.DirectX11
    Flaw.Graphics.DirectX11.FFI
    Flaw.Graphics.DirectX11.HLSL
    Flaw.Graphics.DXGI
    Flaw.Graphics.DXGI.FFI
  other-modules:
  build-depends:
    base
    , bytestring
    , cereal
    , cereal-text
    , flaw-base
    , flaw-ffi
    , flaw-graphics
    , flaw-math
    , flaw-sl
    , flaw-window
    , text
    , unordered-containers
    , vector
  ghc-options:         -Wall
  default-language:    Haskell2010