servo/ports/servoshell/desktop
Jonathan Schwender ff4cd4af96
Split servoshell into Desktop and common part (#32457)
* servoshell: Move desktop files

Move files related to winit into a desktop module.
This is a preparation to merge the android and ohos apps into
servoshell.

* servoshell: Format imports

* servoshell: Move panic hook into separate file

* servoshell: Move desktop main

* Consider ohos as not desktop

* servoshell: Adjust dependencies for shared code

* servoshell: Remove native-bluetooth from default features

There currently is no good way to have target specific default features.

* Rename desktop_main.rs to cli.rs

* Remove todo
2024-06-14 06:26:35 +00:00
..
app.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
cli.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
egui_glue.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
embedder.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
events_loop.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
geometry.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
headed_window.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
headless_window.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
keyutils.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
minibrowser.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
mod.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
tracing.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
webview.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00
window_trait.rs Split servoshell into Desktop and common part (#32457) 2024-06-14 06:26:35 +00:00