Skip to content

Commit

Permalink
add cairo's live-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Ageev committed Jul 16, 2024
1 parent e84661f commit 3b3bd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/cairo/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
mod model;

use {
cairo::{Context, Format, ImageSurface},
cairo::Context,
flemish::{
app,
frame::Frame,
color_themes,
enums::{Color, FrameType},
enums::Color,
prelude::*,
OnEvent, Sandbox, Settings,
},
Expand Down

0 comments on commit 3b3bd2f

Please sign in to comment.