enso/app/gui/view/debug_scene/Cargo.toml
Adam Obuchowicz eef0738f63
Component Group Entry with icons and text highlighting. (#3459)
This PR extends the Component Group Entry with icon and option to highlight the text. Here the convert has highlighted "con".

https://user-images.githubusercontent.com/3919101/169046537-4f8b823c-322e-40dc-8abb-24d1d7092341.mp4


### Important Notes

Although this PR includes effort for adjusting Component Group style to better reflect the design, it is not entirely finished: the selection still works badly and will be fixed in another PR.
2022-05-24 09:48:19 +02:00

15 lines
369 B
TOML

[package]
name = "enso-debug-scene"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
debug-scene-component-group = { path = "component-group" }
debug-scene-icons = { path = "icons" }
debug-scene-interface = { path = "interface" }
debug-scene-visualization = { path = "visualization" }