summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-05-04 13:03:43 +0700
committerLibravatar GitHub <noreply@github.com>2021-05-04 13:03:43 +0700
commit6b4bf34bf94eed091eb89efa1bbb14e6bc68883e (patch)
tree9e3512c9b8890dfe364817b78366af571482318a /examples/scrollable/Cargo.toml
parent4b8ba8309f6645cdcb5bd605f8dd88097f8ee5a7 (diff)
parent59c2500c55430ac715b846017f79ad93a58fc3a5 (diff)
downloadiced-6b4bf34bf94eed091eb89efa1bbb14e6bc68883e.tar.gz
iced-6b4bf34bf94eed091eb89efa1bbb14e6bc68883e.tar.bz2
iced-6b4bf34bf94eed091eb89efa1bbb14e6bc68883e.zip
Merge pull request #851 from hecrj/fix/scrollbar-under-content
Fix `Scrollable` scrollbar being rendered behind contents
Diffstat (limited to '')
-rw-r--r--examples/scrollable/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scrollable/Cargo.toml b/examples/scrollable/Cargo.toml
index 12753fb6..08502458 100644
--- a/examples/scrollable/Cargo.toml
+++ b/examples/scrollable/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2018"
publish = false
[dependencies]
-iced = { path = "../.." }
+iced = { path = "../..", features = ["debug"] }