diff options
| author | pml68 <contact@pml68.dev> | 2025-02-21 21:22:52 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-21 21:25:38 +0100 |
| commit | 256e3ba587d0aba7f78189b6a18ea5952a1e7c57 (patch) | |
| tree | b54978347382ae182a87703644fc3cfaf103292a /src/widget.rs | |
| parent | Merge pull request #6 from pml68/feat/0.14 (diff) | |
| download | iced-builder-256e3ba587d0aba7f78189b6a18ea5952a1e7c57.tar.gz | |
feat: update to Rust 2024
Diffstat (limited to '')
| -rw-r--r-- | src/widget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs index ed2073a..f1eb0f3 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -1,5 +1,5 @@ -use iced::widget::{container, text, tooltip}; use iced::Element; +use iced::widget::{container, text, tooltip}; pub mod tip { pub use super::tooltip::Position; |
