diff options
author | 2024-02-07 10:40:06 +0100 | |
---|---|---|
committer | 2024-02-07 10:40:06 +0100 | |
commit | d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab (patch) | |
tree | e25f711dfa6fff214d19a7d1c358f0928f2a538e /runtime/Cargo.toml | |
parent | 6f97b62457d924ef690d736c1aabe658f9c5778b (diff) | |
parent | 2a3778daa349043f5b69a1b264feb5f00d3dd772 (diff) | |
download | iced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.tar.gz iced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.tar.bz2 iced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.zip |
Merge pull request #2200 from dtzxporter/run-window-callback
Provide native window access, via "fetch_native_handle" method on window.
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8089d545..3a47a971 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -20,3 +20,4 @@ iced_futures.workspace = true iced_futures.features = ["thread-pool"] thiserror.workspace = true +raw-window-handle.workspace = true |