[magickd] Add PixelWand color setters
[magickd.git] / dub.sdl
blobd140121b8d6d064eb66f32bf1f71aa7ec78bfc93
1 name "magickd"
2 description "Higher-level wrapper for the GraphicsMagick library"
3 homepage "https://yume-neru.neocities.org/p/magickd.html"
4 authors "Mio"
5 copyright "Copyright (C) 2021 - 2023 Mio"
6 license "MIT"
8 targetType "library"
10 subPackage "./graphicsmagick_c"
12 dependency ":graphicsmagick_c" version="*"
14 configuration "dynamic" {
15     versions "GMagick_Dynamic"
18 configuration "static" {
19     versions "GMagick_Static"
22 configuration "unittest" {
23    sourcePaths "unittest/"
24    versions "GMagick_Dynamic"