File: drop_u8x4_feature.patch

package info (click to toggle)
rust-fast-image-resize 5.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,772 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Drop the feature as the tests are failing with it.

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,6 @@
     "dep:image",
     "dep:bytemuck",
 ]
-only_u8x4 = []
 rayon = [
     "dep:rayon",
     "image/rayon",