mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 21:12:17 +03:00
A continuation and replacement for #3832 This PR updates the design of the component browser to match the latest Figma design file. <img width="588" alt="Screenshot 2022-12-02 at 16 52 51" src="https://user-images.githubusercontent.com/6566674/205297344-d8d46e68-8c46-4e5a-b7f5-5e23014df23f.png"> https://user-images.githubusercontent.com/6566674/205297307-659c633c-a977-4c9f-9903-db72958895b7.mp4 # Important Notes - Invalid color of the section navigator highlight is caused by a regression [#183915546](https://www.pivotaltracker.com/story/show/183915546)
16 lines
553 B
TOML
16 lines
553 B
TOML
[package]
|
|
name = "debug-scene-icons"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
ensogl = { path = "../../../../../lib/rust/ensogl" }
|
|
ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" }
|
|
ide-view-component-list-panel-grid = { path = "../../component-browser/component-list-panel/grid" }
|
|
ide-view-component-list-panel-icons = { path = "../../component-browser/component-list-panel/icons" }
|
|
wasm-bindgen = { version = "=0.2.78" }
|