This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Open
Conversation
- Switched debug toggle to the new `iced_debug` crate, that is using a process-global API - Switched to the new `iced_future` crate - Update keyboard API usage - Fix clippies, etc.
padenot
commented
Jul 2, 2025
| debug.log_message(&"could not send set_mouse_cursor command".to_string()); | ||
| } | ||
|
|
||
| mouse_interaction = new_mouse_interaction; |
Owner
There was a problem hiding this comment.
Hmm, did Iced change the way mouse cursors work?
Owner
|
Thanks! |
Author
|
It is time: https://github.com/iced-rs/iced/releases/tag/0.14.0. I intend to update + clean this up and propagate the consequences of this change as needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It isn't released yet, but it could happen any minute now, with only two items marked "In Progress"!
I'm using
icedmaster +nih-plug, plus this etc. in a plugin and I figured I'd send the WIP patch over. This works fine, e.g. usingnih-plugGain GUI, iced version, on macOS.iced_debugcrate, that is using a process-global APIiced_futurecrate