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

Rename Data to Context and move to own file

This commit is contained in:
Emil Ernerfeldt
2020-04-17 15:33:52 +02:00
parent de76cb6190
commit f709423809
8 changed files with 159 additions and 158 deletions

View File

@@ -7,6 +7,7 @@ extern crate serde;
extern crate serde_derive;
pub mod color;
mod context;
mod emigui;
pub mod example_app;
mod font;
@@ -26,6 +27,7 @@ mod window;
pub use {
crate::emigui::Emigui,
color::Color,
context::Context,
fonts::{FontDefinitions, Fonts, TextStyle},
layers::*,
layout::{Align, Id},