Skip to content

Commit

Permalink
refactor: GUI logger; reserve last success
Browse files Browse the repository at this point in the history
  • Loading branch information
YishiMichael committed Feb 4, 2025
1 parent d7e5b1c commit 401db69
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 353 deletions.
2 changes: 1 addition & 1 deletion examples/hello_morphing/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ fn another_demo_scene(sv: &Supervisor<'_>) {
}

fn main() {
export_scenes(None);
export_scenes();
}
4 changes: 3 additions & 1 deletion morphing-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ name = "morphing-gui"
anyhow = "1.0.95"
cargo_metadata = "0.19.1"
essi-ffmpeg = "0.2.0"
humantime = "2.1.0"
iced = { version = "0.13.1", features = ["advanced"] }
iced_audio = "0.12.0"
iced_aw = "0.11.0"
log = "0.4.25"
morphing = { path = "../morphing" }
rfd = "0.15.2"
ron = "0.8.1"
Loading

0 comments on commit 401db69

Please sign in to comment.