mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 21:21:32 +03:00
e6b7d5b8fc
Design, integration and bugfix update for the List Panel View. ![image](https://user-images.githubusercontent.com/1428930/175554745-c4887d55-a885-4299-878b-4727f09a7520.png) ![image](https://user-images.githubusercontent.com/1428930/175554906-837db815-948d-4407-8233-10a15e4198b3.png) ![image](https://user-images.githubusercontent.com/1428930/175555165-bcbe5138-8e5c-416e-886b-c72df361d743.png) [ci no changelog needed]
15 lines
264 B
TOML
15 lines
264 B
TOML
[package]
|
|
name = "ensogl-derive-theme"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
ensogl-core = { version = "0.1.0", path = "../../../core" }
|
|
proc-macro2 = "1.0"
|
|
syn = "1.0"
|
|
quote = "1.0"
|