- **Reapply "Remove cx from ThemeSettings (#38836)" (#39691)** - **Fix theme loading races** Closes #ISSUE Release Notes: - N/A
21 lines
341 B
TOML
21 lines
341 B
TOML
[package]
|
|
name = "file_icons"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/file_icons.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
serde.workspace = true
|
|
theme.workspace = true
|
|
util.workspace = true
|
|
workspace-hack.workspace = true
|