ports/sysutils/onefetch/files/patch-cargo-crates_image-0.24.1_src_codecs_openexr.rs
Piotr Kubaj 318ca527e2 sysutils/onefetch: fix build on big-endian architectures
Backport
ed8337afc7
to fix build.

Approved by:	Tier 2 blanket
2022-06-24 20:38:37 +02:00

12 lines
438 B
Rust

--- cargo-crates/image-0.24.1/src/codecs/openexr.rs.orig 1973-11-29 21:33:09 UTC
+++ cargo-crates/image-0.24.1/src/codecs/openexr.rs
@@ -20,8 +20,6 @@
//! - meta data is lost
//! - dwaa/dwab compressed images not supported yet by the exr library
//! - (chroma) subsampling not supported yet by the exr library
-
-extern crate exr;
use exr::prelude::*;
use crate::error::{DecodingError, EncodingError, ImageFormatHint};