Bjørn Lie
773dab9cf5
- Add glycin-loaders-libheif-non-default.patch: change setting to rebuld libheif-rs create as a workaround (gh#Cykooz/libheif-rs#28). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glycin-loaders?expand=0&rev=18
12 lines
442 B
Diff
12 lines
442 B
Diff
diff --git a/loaders/glycin-heif/Cargo.toml b/loaders/glycin-heif/Cargo.toml
|
|
index 66f5019..4f07738 100644
|
|
--- a/loaders/glycin-heif/Cargo.toml
|
|
+++ b/loaders/glycin-heif/Cargo.toml
|
|
@@ -11,5 +11,5 @@ rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
glycin-utils = { workspace = true, features = ["async-io", "loader-utils"] }
|
|
-libheif-rs = "1.0.2"
|
|
+libheif-rs = { version = "1.0.2", default-features = false }
|
|
safe-transmute.workspace = true
|