freebsd-ports/x11/kickoff/files/patch-cargo-crates_image-0.24.2_src_codecs_openexr.rs
Piotr Kubaj c8cc97dbaa x11/kickoff: fix build on big-endian architectures
Backport
ed8337afc7
to fix build.

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

12 lines
438 B
Rust

--- cargo-crates/image-0.24.2/src/codecs/openexr.rs.orig 1973-11-29 21:33:09 UTC
+++ cargo-crates/image-0.24.2/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};