mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Update dependencies
This commit is contained in:
parent
814d2c868b
commit
6e1fc7fdb5
14
Cargo.toml
14
Cargo.toml
@ -18,9 +18,9 @@ repository = "gyscos/Cursive"
|
|||||||
repository = "gyscos/Cursive"
|
repository = "gyscos/Cursive"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
enum-map = "0.2.24"
|
enum-map = "0.4"
|
||||||
enumset = "0.3.3"
|
enumset = "0.3.3"
|
||||||
log = "0.4"
|
log = "0.4.2"
|
||||||
owning_ref = "0.3.3"
|
owning_ref = "0.3.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
unicode-segmentation = "1.0"
|
unicode-segmentation = "1.0"
|
||||||
@ -42,9 +42,6 @@ version = "1.0.0"
|
|||||||
optional = true
|
optional = true
|
||||||
version = "1.3.1"
|
version = "1.3.1"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies.chan-signal]
|
|
||||||
version = "0.3"
|
|
||||||
|
|
||||||
[dependencies.ncurses]
|
[dependencies.ncurses]
|
||||||
features = ["wide"]
|
features = ["wide"]
|
||||||
optional = true
|
optional = true
|
||||||
@ -53,7 +50,7 @@ version = "5.91.0"
|
|||||||
[dependencies.pancurses]
|
[dependencies.pancurses]
|
||||||
features = ["wide"]
|
features = ["wide"]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.15"
|
version = "0.16"
|
||||||
|
|
||||||
[dependencies.pulldown-cmark]
|
[dependencies.pulldown-cmark]
|
||||||
default-features = false
|
default-features = false
|
||||||
@ -64,8 +61,11 @@ version = "0.1.0"
|
|||||||
optional = true
|
optional = true
|
||||||
version = "1.5.0"
|
version = "1.5.0"
|
||||||
|
|
||||||
|
[target.'cfg(unix)'.dependencies.chan-signal]
|
||||||
|
version = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.4"
|
rand = "0.5"
|
||||||
pretty-bytes = "0.2.2"
|
pretty-bytes = "0.2.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -226,7 +226,7 @@ pub(crate) fn load_toml(palette: &mut Palette, table: &toml::value::Table) {
|
|||||||
/// Color entry in a palette.
|
/// Color entry in a palette.
|
||||||
///
|
///
|
||||||
/// Each `ColorRole` is used for a specific role in a default application.
|
/// Each `ColorRole` is used for a specific role in a default application.
|
||||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, EnumMap)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, Enum)]
|
||||||
pub enum PaletteColor {
|
pub enum PaletteColor {
|
||||||
/// Color used for the application background.
|
/// Color used for the application background.
|
||||||
Background,
|
Background,
|
||||||
|
Loading…
Reference in New Issue
Block a user