aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-10-24 17:49:08 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-10-24 17:49:08 +0400
commit909a45db6f7a9ec04e9b45c086a499e5d6f38eb9 (patch)
tree8178024b879cd19726a93531f02728a82a679b3d /Cargo.lock
parentc6ec36f422c0b7e955bddcc7f783a963e313a8a7 (diff)
downloadniri-909a45db6f7a9ec04e9b45c086a499e5d6f38eb9.tar.gz
niri-909a45db6f7a9ec04e9b45c086a499e5d6f38eb9.tar.bz2
niri-909a45db6f7a9ec04e9b45c086a499e5d6f38eb9.zip
Use png crate directly instead of image
Reduce dependencies a bit.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock43
1 files changed, 1 insertions, 42 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45165e94..043d3a1f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -574,12 +574,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
[[package]]
-name = "color_quant"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
-
-[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1119,20 +1113,6 @@ dependencies = [
]
[[package]]
-name = "image"
-version = "0.24.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
-dependencies = [
- "bytemuck",
- "byteorder",
- "color_quant",
- "num-rational",
- "num-traits",
- "png",
-]
-
-[[package]]
name = "indexmap"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1552,7 +1532,6 @@ dependencies = [
"bitflags 2.4.1",
"clap",
"directories",
- "image",
"keyframe",
"knuffel",
"libc",
@@ -1560,6 +1539,7 @@ dependencies = [
"logind-zbus",
"miette",
"pipewire",
+ "png",
"portable-atomic",
"profiling",
"proptest",
@@ -1621,27 +1601,6 @@ dependencies = [
]
[[package]]
-name = "num-integer"
-version = "0.1.45"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
-dependencies = [
- "autocfg",
- "num-traits",
-]
-
-[[package]]
-name = "num-rational"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
-dependencies = [
- "autocfg",
- "num-integer",
- "num-traits",
-]
-
-[[package]]
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"