mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Remove scroll feature for docs.rs
This commit is contained in:
parent
13237e38ee
commit
b91c5d8179
@ -12,7 +12,7 @@ version = "0.1.1-alpha.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["unstable_scroll", "scroll", "markdown"]
|
||||
features = ["unstable_scroll", "markdown", "toml"]
|
||||
|
||||
[badges.travis-ci]
|
||||
repository = "gyscos/cursive"
|
||||
|
@ -11,6 +11,9 @@ repository = "https://github.com/gyscos/cursive"
|
||||
version = "0.15.1-alpha.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["unstable_scroll", "markdown", "toml"]
|
||||
|
||||
[dependencies]
|
||||
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
|
||||
crossbeam-channel = "0.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user