[package] name = "ensogl-drop-down-menu" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [dependencies] enso-frp = { path = "../../../frp" } ensogl-core = { path = "../../core" } ensogl-hardcoded-theme = { path = "../../app/theme/hardcoded" } ensogl-list-view = { path = "../list-view" } ensogl-text = { path = "../text" }