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
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
Because of #2166 I have try to impl my one caching to load images to the memory first, before I using them. But I notify that the form_memory needs static live time. I would if it would be possible to use at least something like Arc here?
What is the expected behavior?
non static param
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Because of #2166 I have try to impl my one caching to load images to the memory first, before I using them. But I notify that the
form_memory
needs static live time. I would if it would be possible to use at least something likeArc
here?What is the expected behavior?
non static param
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: