зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-06 07:35:51 +03:00
Merge pull request #69 from joshka/jm/ratatui-0.27.0
Bump Ratatui to 0.27.0
Этот коммит содержится в:
18
Cargo.toml
18
Cargo.toml
@@ -14,13 +14,7 @@ repository = "https://github.com/rhysd/tui-textarea"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["text-editors", "text-processing"]
|
categories = ["text-editors", "text-processing"]
|
||||||
keywords = ["tui", "textarea", "editor", "input", "ratatui"]
|
keywords = ["tui", "textarea", "editor", "input", "ratatui"]
|
||||||
include = [
|
include = ["/src", "/examples", "/tests", "/README.md", "/LICENSE.txt"]
|
||||||
"/src",
|
|
||||||
"/examples",
|
|
||||||
"/tests",
|
|
||||||
"/README.md",
|
|
||||||
"/LICENSE.txt",
|
|
||||||
]
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["crossterm"]
|
default = ["crossterm"]
|
||||||
@@ -42,10 +36,10 @@ search = ["dep:regex"]
|
|||||||
arbitrary = { version = "1", features = ["derive"], optional = true }
|
arbitrary = { version = "1", features = ["derive"], optional = true }
|
||||||
crossterm = { package = "crossterm", version = "0.27", optional = true }
|
crossterm = { package = "crossterm", version = "0.27", optional = true }
|
||||||
crossterm-025 = { package = "crossterm", version = "0.25", optional = true }
|
crossterm-025 = { package = "crossterm", version = "0.25", optional = true }
|
||||||
ratatui = { version = ">=0.23.0, <1", default-features = false, optional = true }
|
ratatui = { version = "0.27", default-features = false, optional = true }
|
||||||
regex = { version = "1", optional = true }
|
regex = { version = "1", optional = true }
|
||||||
termion = { version = "2.0", optional = true }
|
termion = { version = "4.0", optional = true }
|
||||||
termwiz = { version = "0.20.0", optional = true }
|
termwiz = { version = "0.22.0", optional = true }
|
||||||
tui = { version = "0.19", default-features = false, optional = true }
|
tui = { version = "0.19", default-features = false, optional = true }
|
||||||
unicode-width = "0.1.11"
|
unicode-width = "0.1.11"
|
||||||
|
|
||||||
@@ -102,9 +96,7 @@ name = "tuirs_termion"
|
|||||||
required-features = ["tuirs-termion"]
|
required-features = ["tuirs-termion"]
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = ["bench"]
|
||||||
"bench",
|
|
||||||
]
|
|
||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user