1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Refactor: rename Frame to Mesh

This commit is contained in:
Emil Ernerfeldt
2019-03-10 21:00:28 +01:00
parent f2040c6fc5
commit c15768dbf4
6 changed files with 68 additions and 72 deletions

View File

@@ -21,7 +21,7 @@ pub use crate::{
emigui::Emigui,
fonts::{FontSizes, Fonts, TextStyle},
layout::{Align, LayoutOptions, Region},
mesher::{Frame, Vertex},
mesher::{Mesh, Vertex},
style::Style,
texture_atlas::Texture,
types::RawInput,