mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 09:22:22 +03:00
16 lines
448 B
TOML
16 lines
448 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-list-panel-view = { path = "component-list-panel-view" }
|
|
debug-scene-component-group = { path = "component-group" }
|
|
debug-scene-icons = { path = "icons" }
|
|
debug-scene-interface = { path = "interface" }
|
|
debug-scene-visualization = { path = "visualization" }
|