aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/script/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-10/+2
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-2/+3
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-2/+2
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-0/+1
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-1/+1
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-151-0/+1
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-0/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-1/+2
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+3
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-2/+0
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-1/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-1/+0
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-0/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+2
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+47