Add authors to Cargo.toml

This commit is contained in:
Héctor Ramón Jiménez 2025-12-05 22:32:23 +01:00
parent 99b4695936
commit bb8f59f9f0
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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 <hector@hecrj.dev>"]
repository = "https://github.com/iced-rs/cryoglyph"
license = "MIT OR Apache-2.0 OR Zlib"