From b0ec548a5e76ea19611b0bf1704c8c19e8ee5ee1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 31 Oct 2022 11:40:01 -0600 Subject: [PATCH] 0.3.0 --- Cargo.toml | 2 +- examples/editor-libcosmic/src/text_new.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {