doc: attempt at instructions for Windows

This commit is contained in:
Nathan Fiedler
2024-06-01 11:34:11 -07:00
parent 77211e9568
commit a133fe4a21
3 changed files with 39 additions and 13 deletions

View File

@ -35,8 +35,10 @@ use crate::{
CompressionType, DisposeType, DitherMethod, EndianType, FilterType, GravityType, Image,
ImageType, InterlaceType, KernelInfo, LayerMethod, MagickEvaluateOperator, MagickFunction,
MetricType, MorphologyMethod, OrientationType, PixelInterpolateMethod, PixelMask,
RenderingIntent, ResolutionType, ResourceType, StatisticType,
RenderingIntent, ResolutionType, StatisticType,
};
#[cfg(any(target_os = "linux", target_os = "macos"))]
use crate::ResourceType;
wand_common!(
MagickWand,