aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2026-03-08 15:57:23 +0100
committerUMTS at Teleco <crt@teleco.ch>2026-03-08 15:57:23 +0100
commitc702ff9c873b1cdcb8796e1dd7da090f1d3e027c (patch)
tree4d569ceb470eacb796cab4f5a09a0461372b8192 /Cargo.toml
parent4cc3e2bf861ba04e3924e337b9ac5d3e8d21eb02 (diff)
test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7cd5bb..ecd0862 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hoardom"
-version = "1.1.2"
+version = "1.1.3"
edition = "2021"
description = "Domain hoarding made less painful"
default-run = "hoardom"
@@ -22,7 +22,7 @@ builtin-whois = []
# native gui wrapper binary (hoardom-app)
# spawns hoardom --tui in a pty and renders it in its own window
# so it shows up as its own app with its own dock icon
-gui = ["dep:eframe", "dep:portable-pty", "dep:vte"]
+gui = ["dep:eframe", "dep:portable-pty", "dep:vte", "dep:image"]
# Configurable values baked into the binary at compile time via build.rs
[package.metadata.hoardom]
@@ -49,6 +49,7 @@ futures = "0.3"
eframe = { version = "0.30", optional = true }
portable-pty = { version = "0.8", optional = true }
vte = { version = "0.14", optional = true }
+image = { version = "0.25", optional = true, default-features = false, features = ["png"] }
[[bin]]
name = "hoardom"