cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.39.6.
--
-- see: https://github.com/sol/hpack
name: vulkan-init-sdl2
version: 0.1.0.0
synopsis: Vulkan initialization helpers for SDL2
category: Graphics
homepage: https://github.com/haskell-game/vulkan#readme
bug-reports: https://github.com/haskell-game/vulkan/issues
maintainer: IC Rainbow <aenor.realm@gmail.com>
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
readme.md
changelog.md
package.yaml
source-repository head
type: git
location: https://github.com/haskell-game/vulkan
library
exposed-modules:
Vulkan.Utils.Init.SDL2
Vulkan.Utils.Init.SDL2.Window
other-modules:
Paths_vulkan_init_sdl2
autogen-modules:
Paths_vulkan_init_sdl2
hs-source-dirs:
src
default-extensions:
DerivingStrategies
FlexibleContexts
LambdaCase
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RankNTypes
RecordWildCards
ScopedTypeVariables
ghc-options: -Wall
build-depends:
base <5
, bytestring
, resourcet >=1.2.4
, sdl2 ==2.5.*
, text
, vector
, vulkan >=3.6.14 && <3.28
, vulkan-utils
default-language: Haskell2010