The Wayback Machine - https://web.archive.org/web/20210211215913/https://github.com/topics/widgets
Skip to content
#

widgets

Here are 659 public repositories matching this topic...

jgarvin
jgarvin commented Dec 27, 2020

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:

error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
 --> core/src/main.rs:9:12
  |
9 | use iced::{pick_list, PickList};
  |            ^^^^^^^^^  ^^^^^^^^ no 
lively
ThetaSan
ThetaSan commented Feb 11, 2021

Describe the bug
Even if I shift the maximally expanded window so that it does not cover the desktop, the wallpaper will not resume playing.

To Reproduce
Steps to reproduce the behavior:

  1. Enable "Stop when full screen".
  2. Play Wallpaper.
  3. Expand some Window to the maximum and focus on it.
  4. Move its Window freely.

Expected behavior
The wallpaper will resume playi

Improve this page

Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."

Learn more