diff --git a/Cargo.toml b/Cargo.toml index 1d3f38d..7661aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,11 +47,7 @@ version = "2.1" [features] default = ["image-data"] image-data = [ - "core-graphics", "image", - "winapi/minwindef", - "winapi/wingdi", - "winapi/winnt", ] wayland-data-control = ["wl-clipboard-rs"] @@ -73,36 +69,3 @@ optional = true [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11rb] version = "0.9" - -[target."cfg(target_os = \"macos\")".dependencies.core-graphics] -version = "0.22" -optional = true - -[target."cfg(target_os = \"macos\")".dependencies.image] -version = "0.23" -features = ["tiff"] -optional = true -default-features = false - -[target."cfg(target_os = \"macos\")".dependencies.objc] -version = "0.2" - -[target."cfg(target_os = \"macos\")".dependencies.objc-foundation] -version = "0.1" - -[target."cfg(target_os = \"macos\")".dependencies.objc_id] -version = "0.1" - -[target."cfg(windows)".dependencies.clipboard-win] -version = "4.2" - -[target."cfg(windows)".dependencies.log] -version = "0.4" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = [ - "basetsd", - "winuser", - "winbase", -]