From bb8f59f9f075267f44448e271c867b1278bfd849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 5 Dec 2025 22:32:23 +0100 Subject: [PATCH] Add `authors` to `Cargo.toml` --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"