Skip to content

Commit

Permalink
Merge pull request #24 from GuillaumeSchmid/main
Browse files Browse the repository at this point in the history
Updated egui to 0.27.
  • Loading branch information
urholaukkarinen authored Apr 2, 2024
2 parents 5499b41 + b4ecc19 commit 913abad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"]
members = ["demo"]

[dependencies]
egui = { version = "0.26.1", default-features = false }
egui = { version = "0.27", default-features = false }
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.8.0"
edition = "2021"

[dependencies]
eframe = "0.26.1"
eframe = "0.27"
egui-toast = { path = ".." }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::time::Duration;

use eframe::egui;
use egui::style::Margin;
use eframe::epaint::Margin;
use egui::{Align2, Color32, Direction, Frame, Pos2, RichText, Widget};

use egui_toast::{Toast, ToastKind, ToastOptions, Toasts};
Expand Down

0 comments on commit 913abad

Please sign in to comment.