Dongdong Zhou
Dongdong Zhou
Glazier team is working on a new wayland backend which is promising. TAO wouldn't work for us because GTK backend can't (or not easily) work with Wgpu.
It is planned to support accessibility via AcessKit.
Thanks for the insight. I ended up putting `Span` into `Value` as a quick hack, and manually traverse down the `Value`. The error reporting in rcl is really good.
The diff doesn't look right here. Maybe needs a cleanup?
I'm thinking maybe we should move `process_update()` to `ApplicationHandle`. What happened here is a event in one Window triggered updates in both windows. So the `ApplicationHandle` should process all update...
peniko 0.1.0 doesn't give the options to turn on serde feature on kurbo. That's why we had to use kurbo directly.
> I see. > > The current `main` branch of `peniko` has `serde` support now, so would it be useful if we did a release of that? Yes!
Thanks!
Yes you're right. The method was moved from app_state to ViewId.
It works fine for me with `on_click_stop`. Would you mind sharing a screen cast of the issue?