mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
- Add servo/winit/softbuffer as optional deps in weft-servo-shell and weft-app-shell Cargo.toml, gated on servo-embed feature - Replace ShellClient::connect() and connect_as_app() with connect_with_display() and connect_as_app_with_display(), using Backend::from_foreign_display to share the winit wl_display connection - Move ShellClient construction into resumed() in both embedders after winit window and wl_surface are available - Pass actual wl_surface to create_window instead of None - Fix pre-existing field name bug: wayland-scanner generates _type for the reserved keyword arg name=type, not r#type |
||
|---|---|---|
| .. | ||
| weft-app-shell | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-file-portal | ||
| weft-ipc-types | ||
| weft-mount-helper | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||