FractalArt 0.2.0.2 → 0.2.0.3
raw patch · 4 files changed
+11/−3 lines, 4 filesbinary-added
Files
- FractalArt.cabal +8/−3
- cbits/wallpaper.h +3/−0
- examples/image0.bmp binary
- examples/image1.bmp binary
FractalArt.cabal view
@@ -1,5 +1,5 @@ name: FractalArt-version: 0.2.0.2+version: 0.2.0.3 synopsis: Generates colorful wallpapers description: This application generates colorful images as a wallpaper homepage: https://github.com/TomSmeets/FractalArt@@ -11,7 +11,11 @@ category: Graphics build-type: Simple cabal-version: >=1.10-extra-source-files: README.md+extra-source-files:+ cbits/wallpaper.h+ README.md+ examples/image0.bmp+ examples/image1.bmp executable FractalArt main-is: Main.hs@@ -24,7 +28,8 @@ c-sources: cbits/wallpaper.m other-extensions: ForeignFunctionInterface if !os(darwin)- c-sources: cbits/wallpaper.c+ c-sources:+ cbits/wallpaper.c build-depends: base > 4 && < 5 , random , mwc-random
+ cbits/wallpaper.h view
@@ -0,0 +1,3 @@+void set_wallpaper(char *str);+int get_screen_size_x();+int get_screen_size_y();
+ examples/image0.bmp view
binary file changed (absent → 1555254 bytes)
+ examples/image1.bmp view
binary file changed (absent → 1555254 bytes)