kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.07k stars 69 forks source link

Build issue with ordered-channel #153

Closed 1480c1 closed 7 months ago

1480c1 commented 7 months ago
error: failed to load manifest for dependency `ordered-channel`

Caused by:
  failed to read `D:\gcc\build\ordered-channel\Cargo.toml`

Caused by:
  The system cannot find the path specified. (os error 3)

Seems to be caused by https://github.com/kornelski/dssim/commit/88d586239cbea94a87c618002f70c4827df8c834, specifically due to the path argument

ordered-channel = { version = "1.0.0", path = "../ordered-channel" }
1480c1 commented 7 months ago

Fixed with https://github.com/kornelski/dssim/commit/f3e2191efed786081f780ddea08a1e6027f31680