pick_list can't be imported when using web back end #676
Labels
Comments
|
The |
|
By the way, I'm currently working on a port of the picklist to the web backend. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use iced::{pick_list, PickList};Compiles when targeting linux but not targeting the web.
this works:
cargo buildthis does not work:
cargo build --target wasm32-unknown-unknownthis is the error:
The text was updated successfully, but these errors were encountered: