iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Update `cosmic-text`, `glyphon`, `wgpu`, and unpin `web-sys` #2411

Closed IsaacMarovitz closed 2 weeks ago

IsaacMarovitz commented 2 weeks ago

Updates cosmic-text to 0.11, which allows wgpu to be updated to 0.20, which should allow web-sys to be unpinned from version 0.3.67

IsaacMarovitz commented 2 weeks ago

Everything here should be working, but I'm running into lifetime hell with buffer.lines...

hecrj commented 2 weeks ago

Hey! I'll take care of this myself. No worries.