This commit is contained in:
Jeremy Soller 2022-10-31 11:40:01 -06:00
parent a13fd9c591
commit b0ec548a5e
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "cosmic-text"
description = "Pure Rust multi-line text handling"
version = "0.2.2"
version = "0.3.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"

View file

@ -58,7 +58,7 @@ impl Text {
AttrsList::new(Attrs::new())
);
//TODO: do we have to immediately chape?
//TODO: do we have to immediately shape?
line.shape(&crate::FONT_SYSTEM);
let text = Self {