diff --git a/Cargo.toml b/Cargo.toml index 24941b4..627ed1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/examples/editor-libcosmic/src/text_new.rs b/examples/editor-libcosmic/src/text_new.rs index 5703008..55ec352 100644 --- a/examples/editor-libcosmic/src/text_new.rs +++ b/examples/editor-libcosmic/src/text_new.rs @@ -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 {