mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* limit HEIF to macos-only because of ubuntu's *archaic* `libheif` version * drop png entirely, go from raw `[r, g, b...]` -> `DynamicImage`
13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "sd-heif"
|
|
version = "0.1.0"
|
|
authors = ["Jake Robinson <jake@spacedrive.com>"]
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
libheif-rs = "0.19.2"
|
|
image = "0.24.6"
|
|
thiserror = "1.0.40"
|