refactor(scrollbar): experimental prefix over feature

A feature flag has quite some complexity with it and is annyoing.
Write a rustdoc comment about it and be clear about it being experimental and include it as is.
This commit is contained in:
EdJoPaTo
2024-02-24 11:08:30 +01:00
parent 98b53e448f
commit b31a599a37
4 changed files with 15 additions and 26 deletions
-8
View File
@@ -11,14 +11,6 @@ categories = ["command-line-interface"]
include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
experimental_scrollbar = []
[[example]]
name = "example"
required-features = ["experimental_scrollbar"]
[dependencies]
ratatui = { version = "0.26", default-features = false }
unicode-width = "0.1"