diff options
author | 2024-01-19 14:48:14 -0500 | |
---|---|---|
committer | 2024-02-07 09:35:13 +0100 | |
commit | 7105992228e58566cfacb6a1d6e10ec60fb05ecf (patch) | |
tree | d67ac19c57adf9a3282e8050cec407f437b86bff /runtime/Cargo.toml | |
parent | 6f97b62457d924ef690d736c1aabe658f9c5778b (diff) | |
download | iced-7105992228e58566cfacb6a1d6e10ec60fb05ecf.tar.gz iced-7105992228e58566cfacb6a1d6e10ec60fb05ecf.tar.bz2 iced-7105992228e58566cfacb6a1d6e10ec60fb05ecf.zip |
Re-implement against latest iced master. Rename FetchNativeHandle.
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 |