aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/events_loop.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split servoshell into Desktop and common part (#32457)Jonathan Schwender2024-06-141-247/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* servoshell: Upgrade `egui` and many other dependencies (#31278)Magnus Larsen2024-05-021-20/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | * servoshell: Upgrade `egui` and many other dependencies This upgrades: - `core-graphics` - `core-text` - `egui` and friends - `font-kit` - `glow` and friends - `harfbuzz-sys` - `jni` - `nix` - `raqote` - `raw-window-handle` - `winit` * Downgrade jni until we can properly upgrade * Update some test results It's unclear why these are now passing, but they are. --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340)Delan Azabani2023-09-121-17/+18
|
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Rename ports/winit package to servoshell (#30163)Atbrakhi2023-08-281-0/+175
* rename winit package to servoshell * revert previous changes and rename only package