aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-151-1/+4
* servoshell: Fix --no-default-features and make webxr optional on ohos/android...Jonathan Schwender2024-11-131-2/+3
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-1/+1
* Allow filtering of tracing events via SERVO_TRACING (#34236)Delan Azabani2024-11-131-1/+1
* build(deps): bump cc from 1.1.37 to 1.2.0 (#34234)dependabot[bot]2024-11-121-1/+1
* ohos: Bump napi-ohos (#34160)Jonathan Schwender2024-11-101-1/+1
* ohos: Bump ohos-vsync and ohos-sys (#34155)Jonathan Schwender2024-11-051-2/+2
* build(deps): bump hilog from 0.1.0 to 0.1.1 (#34045)dependabot[bot]2024-10-281-1/+1
* build(deps): bump napi-derive-ohos from 1.0.0 to 1.0.1 (#34044)dependabot[bot]2024-10-281-1/+1
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* build(deps): bump napi-derive-ohos from 0.0.9 to 1.0.0 (#33869)dependabot[bot]2024-10-161-1/+1
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-161-1/+1
* build(deps): bump glow from 0.14.1 to 0.14.2 (#33810)dependabot[bot]2024-10-111-1/+1
* Upgrade to `egui@0.29.1` and `winit@0.30.5` (#33751)Gae242024-10-101-5/+5
* android/ohos: Fix wrong production cfg (#33488)Jonathan Schwender2024-09-181-3/+0
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* servoshell: Update gilrs version, enable gamepad pref by default (#33466)Daniel Adams2024-09-171-1/+1
* Plumb selected tracing spans into hitrace (#33324)Delan Azabani2024-09-101-0/+2
* build(deps): bump ohos-sys from 0.3.0 to 0.3.1 (#33329)dependabot[bot]2024-09-051-1/+1
* Make tracing available on all platforms, with or without perfetto (#33301)Delan Azabani2024-09-041-4/+5
* Add initial support for tracing and tracing-perfetto (#33188)atbrakhi2024-09-041-0/+4
* ohos: Present on vsync signals (#33117)Jonathan Schwender2024-08-301-0/+1
* build(deps): bump ohos-sys from 0.2.2 to 0.3.0 (#33253)dependabot[bot]2024-08-291-1/+1
* Basic tab strip for the minibrowser (#33100)webbeef2024-08-271-1/+2
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+4
* build(deps): bump ohos-sys from 0.2.1 to 0.2.2 (#33128)dependabot[bot]2024-08-191-1/+1
* ohos/android: Redirect stdout/stderr to `log` sink (#32858)Jonathan Schwender2024-08-151-5/+8
* Dont use lazy static to construct mutexes (#33047)Simon Wülker2024-08-141-1/+0
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-1/+0
* build(deps): bump env_filter from 0.1.1 to 0.1.2 (#32856)dependabot[bot]2024-07-251-1/+1
* build(deps): bump env_filter from 0.1.0 to 0.1.1 (#32837)dependabot[bot]2024-07-231-1/+1
* ohos: Bump ohos-sys to v0.2.1 (#32834)Jonathan Schwender2024-07-231-1/+1
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-1/+1
* Enable OpenXR backend from the WebXR crate (#32817)Daniel Adams2024-07-201-0/+1
* ohos: Add default log filter (#32760)Jonathan Schwender2024-07-121-0/+1
* Move legacy layout behind a feature flag (#32759)Jonathan Schwender2024-07-111-1/+2
* shell: set `no-wgl` flag in servoshell instead (#32753)Ngo Iok Ui (Wu Yu Wei)2024-07-101-1/+1
* build(deps): bump cc from 1.0.106 to 1.1.0 (#32746)dependabot[bot]2024-07-101-1/+1
* build(deps): bump vergen from 8.3.1 to 8.3.2 (#32748)dependabot[bot]2024-07-101-1/+1
* build(deps): bump gilrs from 0.10.7 to 0.10.8 (#32734)dependabot[bot]2024-07-081-1/+1
* build(deps): bump egui_glow in the egui-related group (#32712)dependabot[bot]2024-07-061-1/+1
* build(deps): bump the egui-related group with 2 updates (#32708)dependabot[bot]2024-07-051-2/+2
* servoshell: Update all egui dependencies and group them for dependabot (#32683)Martin Robinson2024-07-041-3/+3
* Add OpenHarmony support to servoshell (#32594)Jonathan Schwender2024-06-281-2/+9
* android: Remove serde-json build-dependency (#32573)Jonathan Schwender2024-06-201-2/+0
* Move android port code to servoshell (#32533)Jonathan Schwender2024-06-191-5/+24
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-6/+5
* deps: Switch from `winapi` to `windows_sys` in Servo code (#32516)Martin Robinson2024-06-171-1/+1
* Fix cross-compiling servoshell on Mac hosts (#32504)Jonathan Schwender2024-06-141-3/+1
* Split servoshell into Desktop and common part (#32457)Jonathan Schwender2024-06-141-10/+18