Files
oak-gpui/crates/icons/Cargo.toml
T
Marshall Bowers 503bf607c5 Add icons crate (#27447)
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
2025-03-25 18:18:22 +00:00

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