Skip to content

Commit

Permalink
WIP add toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Sep 21, 2023
1 parent d17c70e commit bfec391
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 42 deletions.
125 changes: 95 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ opt-level = 2 # fast and small wasm
[profile.dev.package."*"]
opt-level = 2


[patch.crates-io]

# If you want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "master" }
# eframe = { git = "https://github.com/emilk/egui", branch = "master" }

# If you fork https://github.com/emilk/egui you can test with:
# egui = { path = "../egui/crates/egui" }
# eframe = { path = "../egui/crates/eframe" }
egui = { git = "https://github.com/emilk/egui?rev=481f448" }
egui_extras = { git = "https://github.com/emilk/egui?rev=481f448" }
eframe = { git = "https://github.com/emilk/egui?rev=481f448" }

[patch."https://github.com/emilk/egui"]
egui = { git = "https://github.com/emilk/egui?rev=481f448" }
egui_extras = { git = "https://github.com/emilk/egui?rev=481f448" }
eframe = { git = "https://github.com/emilk/egui?rev=481f448" }
Loading

0 comments on commit bfec391

Please sign in to comment.