dioxus-std
dioxus-std copied to clipboard
Desktop Support for `use_color_scheme`
Specific Demand
use_color_scheme is only available on the web platform. It would be great to add support for desktop platforms. This would fix an issue where the entire workspace can't be checked because of wasm dependencies.
Currently working on support for Windows and Mac. Linux support is going to be harder to implement.