Simplify imports of clock example

This commit is contained in:
Héctor Ramón Jiménez 2025-02-21 01:29:52 +01:00
parent 91af1c5ed6
commit 7ca4e7c5ba
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,12 +1,12 @@
use iced::alignment;
use iced::mouse;
use iced::time::{self, milliseconds};
use iced::widget::canvas::{Cache, Geometry, LineCap, Path, Stroke, stroke};
use iced::widget::{canvas, container};
use iced::{
Degrees, Element, Fill, Font, Point, Rectangle, Renderer, Size,
Degrees, Element, Fill, Font, Point, Radians, Rectangle, Renderer, Size,
Subscription, Theme, Vector,
};
use iced::{Radians, alignment};
pub fn main() -> iced::Result {
tracing_subscriber::fmt::init();