Skip to content

Commit

Permalink
merge origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
n00kii committed Sep 21, 2022
2 parents 4d5f90e + fe6d193 commit f5399fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ authors = ["n00kii"]

[dependencies]
egui = "0.19.0"

[dev-dependencies]
eframe = "0.19.0"
1 change: 0 additions & 1 deletion examples/example.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use eframe;
use egui::{self, DragValue};
use egui_modal::{Icon, Modal, ModalStyle};

Expand Down
5 changes: 2 additions & 3 deletions src/modal.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use eframe::{
self,
egui::{Area, Button, Context, Id, Layout, Response, RichText, Sense, Ui, Window},
use egui::{
emath::{Align, Align2},
epaint::{Color32, Pos2, Rounding},
Area, Button, Context, Id, Layout, Response, RichText, Sense, Ui, Window,
};

const ERROR_ICON_COLOR: Color32 = Color32::from_rgb(200, 90, 90);
Expand Down

0 comments on commit f5399fb

Please sign in to comment.