cryoglyph/README.md
Héctor Ramón Jiménez 3c455a9475
Rename to cryoglyph
2025-03-09 00:02:29 +01:00

25 lines
1.3 KiB
Markdown

<div align="center">
# cryoglyph
[![Crates.io](https://img.shields.io/crates/v/cryoglyph.svg)](https://crates.io/crates/cryoglyph)
[![License](https://img.shields.io/crates/l/cryoglyph.svg)](https://github.com/iced-rs/cryoglyph/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/cryoglyph.svg)](https://crates.io/crates/cryoglyph)
[![Test Status](https://img.shields.io/github/actions/workflow/status/iced-rs/cryoglyph/test.yml?branch=master&event=push&label=test)](https://github.com/iced-rs/cryoglyph/actions)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
Fast, simple 2D text rendering for [`wgpu`](https://github.com/gfx-rs/wgpu).
</div>
## What is this?
A fork of [`glyphon`], mainly used by [`iced`].
[`glyphon`]: https://github.com/grovesNL/glyphon
[`iced`]: https://github.com/iced-rs/iced
## License
This project is licensed under either [Apache License, Version 2.0](LICENSE-APACHE), [zlib License](LICENSE-ZLIB), or [MIT License](LICENSE-MIT), at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be triple licensed as above, without any additional terms or conditions.