Move text layout and rendering to Parley
This commit is contained in:
1 parent
fc1ba3cdc3
commit
f659e319ff
19 files changed
+1333
-798
No files matched your search
@@ -11,11 +11,13 @@ use wgpu::{
|
||||
*,
|
||||
};
|
||||
|
||||
mod atlas;
|
||||
mod data;
|
||||
mod primitive;
|
||||
mod texture;
|
||||
mod util;
|
||||
|
||||
pub use atlas::*;
|
||||
pub use data::{Mask, MaskIdx};
|
||||
pub use primitive::*;
|
||||
|
||||
|
||||
Reference in new issue
Block a user