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

Show resize mouse cursor when resizing windows

This commit is contained in:
Emil Ernerfeldt
2020-04-20 10:01:13 +02:00
parent 472e0b9afe
commit 98178e9d69
4 changed files with 31 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ mod window;
pub use {
crate::emigui::Emigui,
color::Color,
context::Context,
context::{Context, CursorIcon},
fonts::{FontDefinitions, Fonts, TextStyle},
id::Id,
layers::*,