Crates.io | wgpu_glyph |
lib.rs | wgpu_glyph |
version | |
source | src |
created_at | 2019-04-27 14:13:19.442413 |
updated_at | 2024-12-10 02:10:08.086893 |
description | A fast text renderer for wgpu, powered by glyph_brush |
homepage | |
repository | https://github.com/hecrj/wgpu_glyph |
max_upload_size | |
id | 130505 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
[!WARNING] This crate has been superseded by
glyphon
.
glyphon
has a simpler design that fits better withwgpu
. Furthermore, it is built on top ofcosmic-text
, which supports many more advanced text use cases.
A fast text renderer for wgpu, powered by glyph_brush.
Have a look at