abonander/img_hash

Point to the PistonDevelopers image in Cargo.toml?

bvssvni opened this issue · 3 comments

Getting error:

warning: using multiple versions of crate `image`
src/lib.rs:11:1: 11:27 note: used here
src/lib.rs:11 extern crate gfx_graphics;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~
note: crate name: image
src/lib.rs:37:1: 37:41 note: used here
src/lib.rs:37 extern crate "img_hash" as img_hash_lib;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
note: crate name: image

Alternative is to keep a fork under PistonDevelopers that points to git.

Cool, didn't expect anyone would want to use this.

Is the Crates.io integration giving a collision then? I can create a branch that points to the git version, that's what it used to do.

Closed with #2.