aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread_2020
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compilation errors due to the rebaseAnthony Ramine2019-08-011-26/+15
| | | | It's too complicated to make all the commits in that branch compile properly.
* Remove most of the things in layout 2020Anthony Ramine2019-07-311-465/+29
| | | | | We keep mostly the query system. There is probably more to delete but that's a good start I think.
* Make layout_2020 be layout_2013Anthony Ramine2019-07-313-22/+3703
|
* Update euclid.Emilio Cobos Álvarez2019-07-232-3/+3
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-042-0/+87
… with corresponding `layout` and `layout_thread` crates, which for now do nothing.