Skip to content

Commit

Permalink
Opps the demo did not compile, fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSchmid committed Apr 2, 2024
1 parent 3e79a4f commit b4ecc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 b4ecc19

Please sign in to comment.