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.
Compiles when targeting linux but not targeting the web.
this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown
this is the error:
error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
--> core/src/main.rs:9:12
|
9 | use iced::{pick_list, PickList};
| ^^^^^^^^^ ^^^^^^^^ no `PickList` in the root
| |
| no `pick_list` in the root
The text was updated successfully, but these errors were encountered:
use iced::{pick_list, PickList};
Compiles when targeting linux but not targeting the web.
this works:
cargo build
this does not work:
cargo build --target wasm32-unknown-unknown
this is the error:
The text was updated successfully, but these errors were encountered: