cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: f0b288b4ebf88614e61462d7efb51b08ef85f005c2f0027d2e0769139d2dbb6e
name: easytensor-vulkan
version: 2.0.2.1
synopsis: Use easytensor with vulkan-api.
description: Use easytensor DataFrame types with vulkan-api. This package provides an orphan instance of PrimBytes for Vulkan structures, so they can be used as elements of DataFrames. In addition, it provides a few helper functions for working with array-like structures.
category: math, geometry, vulkan, bsd3, graphics, library, opengl
homepage: https://github.com/achirkin/easytensor#readme
bug-reports: https://github.com/achirkin/easytensor/issues
author: Artem Chirkin
maintainer: achirkin@users.noreply.github.com
copyright: Copyright: (c) 2019 Artem Chirkin
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/achirkin/easytensor
subdir: easytensor-vulkan
library
exposed-modules:
Graphics.Vulkan.Marshal.Create.DataFrame
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wtabs -Wmonomorphism-restriction -Wmissing-local-signatures -Wmissing-home-modules -Widentities -Wredundant-constraints
build-depends:
base >=4.11 && <5
, dimensions >=2 && <3
, easytensor >=2.0.1.0 && <3
, vulkan-api >=1.3.0.0 && <2
default-language: Haskell2010