diff --git a/Cargo.toml b/Cargo.toml index 1554e42..02397ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "cryoglyph" -description = "Fast, simple 2D text rendering for wgpu" +description = "Fast, simple 2D text rendering for wgpu. A fork of glyphon for iced." version = "0.1.0" edition = "2024" +authors = ["Héctor Ramón Jiménez "] repository = "https://github.com/iced-rs/cryoglyph" license = "MIT OR Apache-2.0 OR Zlib"