You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the class definition appears to be duplicated when relying on multiple versions of this crate.
Unfortunately, one of the two comes from a transitive dependency via the tray-icon crate so there is no permanent fix on dioxus's side. The next time the two crate's respective muda version requirements diverge it'll break again.
Is there any way to prevent the above duplicate class definition?
The text was updated successfully, but these errors were encountered:
dioxus-desktop currently relies on two different versions of the muda crate which causes a crash when attempting to initialize a tray icon:
DioxusLabs/dioxus#3533
I assume that the reason is this class definition:
muda/src/platform_impl/macos/mod.rs
Lines 934 to 954 in d64eb8f
since the class definition appears to be duplicated when relying on multiple versions of this crate.
Unfortunately, one of the two comes from a transitive dependency via the tray-icon crate so there is no permanent fix on dioxus's side. The next time the two crate's respective muda version requirements diverge it'll break again.
Is there any way to prevent the above duplicate class definition?
The text was updated successfully, but these errors were encountered: