[package] name = "ensogl-selector" 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-shadow = { path = "../shadow" } ensogl-text = { path = "../text" } ensogl-toggle-button = { path = "../toggle-button" } [dev-dependencies] float_eq = "0.5"