feat: added text rendering

This commit is contained in:
lisk77 2025-05-02 16:34:56 +02:00
parent 6d0e5aef1e
commit 1399328e43
6 changed files with 273 additions and 183 deletions

View file

@ -8,7 +8,7 @@ pub mod vertex;
pub mod texture_atlas;
pub mod graphic_resource_manager;
mod material;
mod font;
pub mod font;
/*use std::io::{BufReader, Cursor};
use wgpu::util::DeviceExt;