remove embedded magick_wand in favor of cimport

This commit is contained in:
Luna 2020-05-12 17:48:20 -03:00
parent 3de84b5a23
commit c8f949fe96
2 changed files with 3 additions and 4125 deletions

View File

@ -4,7 +4,9 @@ const images = @import("image.zig");
const Image = images.Image;
const mc = @import("magick_wand.zig");
const mc = @cImport({
@cInclude("wand/magick_wand.h");
});
pub const MagickContext = struct {
wand: *mc.MagickWand,

File diff suppressed because it is too large Load Diff