blob: 8c170a13852d9967fb9b73fe9ed3c6c3dcb0eb9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "iced_fontello"
version = "0.13.2"
edition = "2021"
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 = "2"
|