mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
rename texman.rs to ftm
This commit is contained in:
parent
dea9b7c584
commit
5823f05943
|
@ -1,12 +1,12 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
mod font;
|
||||
mod texman;
|
||||
mod ftm;
|
||||
|
||||
use font::FontManager;
|
||||
pub use font::FontHandle;
|
||||
use texman::FontTextureManager;
|
||||
pub use texman::{FontTextureInfo, GlyphCacheEntry};
|
||||
use ftm::FontTextureManager;
|
||||
pub use ftm::{FontTextureInfo, GlyphCacheEntry};
|
||||
|
||||
pub struct TextRenderer {
|
||||
fm: FontManager,
|
||||
|
|
Loading…
Reference in a new issue