A simple integration for how to use the inline_tweak
crate with iced
. A few things to note:
- You may need to specify
std::column
when using thetweak!
macro - Hot-reloading enums is not currently supported
- Since Iced is a retained mode GUI library, it is necessary to interact with the window to refresh the view