Add authors to Cargo.toml
This commit is contained in:
parent
99b4695936
commit
bb8f59f9f0
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue