remove embedded magick_wand in favor of cimport
This commit is contained in:
parent
3de84b5a23
commit
c8f949fe96
2 changed files with 3 additions and 4125 deletions
|
@ -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,
|
||||
|
|
4124
src/magick_wand.zig
4124
src/magick_wand.zig
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue