summaryrefslogtreecommitdiff
path: root/crates/iced_drop
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2025-04-29 23:35:39 +0200
committerGitHub <noreply@github.com>2025-04-29 23:35:39 +0200
commitca50c308f0058af80e9125ba00a1349877169968 (patch)
tree38fbd5c78c90487e5b641f635d01c4a614ddfd44 /crates/iced_drop
parentMerge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1 (diff)
parentstyle: `theme` -> `appearance` (diff)
downloadiced-builder-ca50c308f0058af80e9125ba00a1349877169968.tar.gz
Merge pull request #20 from pml68/feat/custom-theme
Diffstat (limited to '')
-rw-r--r--crates/iced_drop/Cargo.toml (renamed from iced_drop/Cargo.toml)0
-rw-r--r--crates/iced_drop/LICENSE (renamed from iced_drop/LICENSE)0
-rw-r--r--crates/iced_drop/README.md (renamed from iced_drop/README.md)0
-rw-r--r--crates/iced_drop/src/lib.rs (renamed from iced_drop/src/lib.rs)0
-rw-r--r--crates/iced_drop/src/widget.rs (renamed from iced_drop/src/widget.rs)0
-rw-r--r--crates/iced_drop/src/widget/droppable.rs (renamed from iced_drop/src/widget/droppable.rs)2
-rw-r--r--crates/iced_drop/src/widget/operation.rs (renamed from iced_drop/src/widget/operation.rs)0
-rw-r--r--crates/iced_drop/src/widget/operation/drop.rs (renamed from iced_drop/src/widget/operation/drop.rs)0
8 files changed, 2 insertions, 0 deletions
diff --git a/iced_drop/Cargo.toml b/crates/iced_drop/Cargo.toml
index 0692084..0692084 100644
--- a/iced_drop/Cargo.toml
+++ b/crates/iced_drop/Cargo.toml
diff --git a/iced_drop/LICENSE b/crates/iced_drop/LICENSE
index 89d9fee..89d9fee 100644
--- a/iced_drop/LICENSE
+++ b/crates/iced_drop/LICENSE
diff --git a/iced_drop/README.md b/crates/iced_drop/README.md
index be854f2..be854f2 100644
--- a/iced_drop/README.md
+++ b/crates/iced_drop/README.md
diff --git a/iced_drop/src/lib.rs b/crates/iced_drop/src/lib.rs
index c1e1b03..c1e1b03 100644
--- a/iced_drop/src/lib.rs
+++ b/crates/iced_drop/src/lib.rs
diff --git a/iced_drop/src/widget.rs b/crates/iced_drop/src/widget.rs
index 6b3fed2..6b3fed2 100644
--- a/iced_drop/src/widget.rs
+++ b/crates/iced_drop/src/widget.rs
diff --git a/iced_drop/src/widget/droppable.rs b/crates/iced_drop/src/widget/droppable.rs
index 947cf5b..196464a 100644
--- a/iced_drop/src/widget/droppable.rs
+++ b/crates/iced_drop/src/widget/droppable.rs
@@ -418,6 +418,7 @@ where
tree: &'b mut Tree,
layout: Layout<'_>,
renderer: &Renderer,
+ _viewport: &iced::Rectangle,
_translation: Vector,
) -> Option<overlay::Element<'b, Message, Theme, Renderer>> {
let state: &mut State = tree.state.downcast_mut::<State>();
@@ -434,6 +435,7 @@ where
&mut tree.children[0],
layout,
renderer,
+ _viewport,
_translation,
)
}
diff --git a/iced_drop/src/widget/operation.rs b/crates/iced_drop/src/widget/operation.rs
index 3d7dcff..3d7dcff 100644
--- a/iced_drop/src/widget/operation.rs
+++ b/crates/iced_drop/src/widget/operation.rs
diff --git a/iced_drop/src/widget/operation/drop.rs b/crates/iced_drop/src/widget/operation/drop.rs
index ead412c..ead412c 100644
--- a/iced_drop/src/widget/operation/drop.rs
+++ b/crates/iced_drop/src/widget/operation/drop.rs