2021-11-30 14:27:50 +03:00
|
|
|
[package]
|
|
|
|
name = "enso-debug-scene"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
2021-12-01 18:06:57 +03:00
|
|
|
edition = "2021"
|
2021-11-30 14:27:50 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-22 18:39:32 +03:00
|
|
|
debug-scene-component-list-panel-view = { path = "component-list-panel-view" }
|
2022-04-14 13:37:40 +03:00
|
|
|
debug-scene-component-group = { path = "component-group" }
|
2022-05-24 10:48:19 +03:00
|
|
|
debug-scene-icons = { path = "icons" }
|
2021-11-30 14:27:50 +03:00
|
|
|
debug-scene-interface = { path = "interface" }
|
|
|
|
debug-scene-visualization = { path = "visualization" }
|