mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
docs: update to build more backends (#81)
Co-authored-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
parent
73f7f16298
commit
79d0eadbd6
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@ rust-version = "1.59.0"
|
|||
[features]
|
||||
default = ["crossterm"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.3"
|
||||
cassowary = "0.3"
|
||||
|
|
|
@ -176,7 +176,7 @@ impl Buffer {
|
|||
&mut self.content[i]
|
||||
}
|
||||
|
||||
/// Returns the index in the Vec<Cell> for the given global (x, y) coordinates.
|
||||
/// Returns the index in the `Vec<Cell>` for the given global (x, y) coordinates.
|
||||
///
|
||||
/// Global coordinates are offset by the Buffer's area offset (`x`/`y`).
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue