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

New font: Comfortaa

This commit is contained in:
Emil Ernerfeldt
2019-03-16 13:37:29 +01:00
parent 2c2450e67b
commit e06a4db7bc
7 changed files with 114 additions and 9 deletions

View File

@@ -24,5 +24,5 @@ pub use crate::{
mesher::{Mesh, Vertex},
style::Style,
texture_atlas::Texture,
types::RawInput,
types::{Color, RawInput},
};