summaryrefslogtreecommitdiff
path: root/iced_fontello/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-14 13:16:22 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-14 13:16:22 +0100
commitf987fc87b906d22e668f636d73c24aa42780b38d (patch)
tree868b949c3cac2a177569341d76ce73ef5b0d0828 /iced_fontello/Cargo.toml
parentchore: update deps (diff)
downloadiced-builder-f987fc87b906d22e668f636d73c24aa42780b38d.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--iced_fontello/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/iced_fontello/Cargo.toml b/iced_fontello/Cargo.toml
deleted file mode 100644
index 818e253..0000000
--- a/iced_fontello/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "iced_fontello"
-version = "0.13.2"
-edition = "2024"
-description = "Generate type-safe icon fonts for `iced` at compile time"
-repository = "https://github.com/hecrj/iced_fontello"
-license = "MIT"
-categories = ["gui"]
-keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.88"
-
-[dependencies]
-reqwest = { version = "0.12", features = ["blocking", "json", "multipart"] }
-sha2 = "0.10"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-toml = "0.9"
-zip = "5"