Top > Rust > MagickWand
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to Rust/MagickWand.

- Rust から ImageMagick 呼び出してみる
--  https://hadashia.hatenablog.com/entry/2016/06/01/132026

 extern crate pkg_config;
 fn main() {
     pkg_config::probe_library("MagickWand").unwrap();
 }


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes