* Remove `Arc` around `RenderPipeline` It is not necessary anymore in last `wgpu` version. * Replace `RwLock` with `Mutex` It was only used for writing.  | 
			||
|---|---|---|
| .. | ||
| cache.rs | ||
| custom_glyph.rs | ||
| error.rs | ||
| lib.rs | ||
| shader.wgsl | ||
| text_atlas.rs | ||
| text_render.rs | ||
| viewport.rs | ||