diff options
Diffstat (limited to 'vktest.cabal')
| -rw-r--r-- | vktest.cabal | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/vktest.cabal b/vktest.cabal index 8f40c1c..400dc13 100644 --- a/vktest.cabal +++ b/vktest.cabal @@ -11,11 +11,15 @@ extra-doc-files: CHANGELOG.md executable vktest main-is: Main.hs - other-modules: RGFW - build-depends: base >= 4.20.2, - bytestring >= 0.12, - vector >= 0.13, - vulkan >= 3.27, + other-modules: RGFW, + Shaders, + build-depends: base >= 4.20.2, + bytestring >= 0.12, + directory >= 1.3, + filepath >= 1.5, + template-haskell >= 2.24, + vector >= 0.13, + vulkan >= 3.27, hs-bindgen, hs-bindgen-runtime, fir, |
