[package] name = "debug-scene-component-group" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] enso-frp = { path = "../../../../../lib/rust/frp" } ensogl-core = { path = "../../../../../lib/rust/ensogl/core" } ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" } ensogl-list-view = { path = "../../../../../lib/rust/ensogl/component/list-view" } ensogl-text-msdf-sys = { path = "../../../../../lib/rust/ensogl/component/text/msdf-sys" } ide-view-component-group = { path = "../../component-browser/component-group" } wasm-bindgen = { version = "0.2.78", features = ["nightly"] }