This PR adds a new `icons` crate and moves the `IconName` into it. We have a number of crates that are taking a dependency on `ui` just so they can talk about icons, which is not ideal. Release Notes: - N/A
17 lines
239 B
TOML
17 lines
239 B
TOML
[package]
|
|
name = "icons"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/icons.rs"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
strum.workspace = true
|