sdl-try-drivers 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+14/−1 lines, 2 files
Files
- README.md +10/−0
- sdl-try-drivers.cabal +4/−1
README.md view
@@ -2,3 +2,13 @@ For each reported driver sdl-try-drivers tries to create a renderer and reports success or failure with the catched exception.++Should build out of the box with stack or cabal.++For nix try++ nix-build shell.nix++and call++ result/bin/sdl-try-drivers
sdl-try-drivers.cabal view
@@ -1,6 +1,6 @@ name: sdl-try-drivers author: Eric Wolf-version: 0.0.0.1+version: 0.0.0.2 cabal-version: >=1.10 build-type: Simple synopsis: small testing tool for sdl2 and accelerated drivers@@ -13,6 +13,9 @@ For each reported driver sdl-try-drivers tries to create a renderer and reports success or failure with the catched exception. +source-repository head+ type: git+ location: https://github.com/typetetris/sdl-try-drivers executable sdl-try-drivers hs-source-dirs: .