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
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
I have an application using iced 0.4.2. On desktop, an image I am loading from disk works just fine. On web, I load the same image from a URL, and it downloads and constructs a handle just fine, however the image never renders, and no error is thrown or logged.
The text was updated successfully, but these errors were encountered:
Feel free to test with my repo: https://github.com/ISibboI/iced-rs-test
I don't know much anymore about what this did, but I think you have to click on a button or so that says "map" and then there should be a picture. This is all I remember, haven't touched this in a year.
That doesn't build for me. Started with cargo build, got an error about "fontconfig".
After an apt search fontconfig and sudo apt install librust-servo-fontconfig-dev, I got much further.
Still neither cargo build, trunk build nor cargo build --target wasm32-unknown-unknown succeeded.
... haven't touched this in a year.
I think with year is meant 5 months.
stappers@paddy:~/src/githubforks/iced-rs-test
$ git show | grep ^Date
Date: Sat Mar 11 08:41:59 2023 +0200
stappers@paddy:~/src/githubforks/iced-rs-test
$
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an application using iced 0.4.2. On desktop, an image I am loading from disk works just fine. On web, I load the same image from a URL, and it downloads and constructs a handle just fine, however the image never renders, and no error is thrown or logged.
The text was updated successfully, but these errors were encountered: