summaryrefslogtreecommitdiff
path: root/crates/iced_fontello/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-26 12:16:52 +0200
committerpml68 <contact@pml68.dev>2025-06-26 12:16:52 +0200
commit00c6cf80cb9c4587700078a062a6b32873b6f8ff (patch)
tree9aad054c784b51d4a0bc97c928b89da7dbcab863 /crates/iced_fontello/Cargo.toml
parentfeat: update for hot reloading support (diff)
downloadiced-builder-00c6cf80cb9c4587700078a062a6b32873b6f8ff.tar.gz
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
Diffstat (limited to 'crates/iced_fontello/Cargo.toml')
-rw-r--r--crates/iced_fontello/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/crates/iced_fontello/Cargo.toml b/crates/iced_fontello/Cargo.toml
deleted file mode 100644
index 852a608..0000000
--- a/crates/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.85"
-
-[dependencies]
-reqwest = { version = "0.12", features = ["blocking", "json", "multipart"] }
-sha2 = "0.10"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-toml = "0.8"
-zip = "4"