0.3.0
This commit is contained in:
parent
a13fd9c591
commit
b0ec548a5e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cosmic-text"
|
name = "cosmic-text"
|
||||||
description = "Pure Rust multi-line text handling"
|
description = "Pure Rust multi-line text handling"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ impl Text {
|
||||||
AttrsList::new(Attrs::new())
|
AttrsList::new(Attrs::new())
|
||||||
);
|
);
|
||||||
|
|
||||||
//TODO: do we have to immediately chape?
|
//TODO: do we have to immediately shape?
|
||||||
line.shape(&crate::FONT_SYSTEM);
|
line.shape(&crate::FONT_SYSTEM);
|
||||||
|
|
||||||
let text = Self {
|
let text = Self {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue