This patch copies the webrender repository contents into gfx/wr. The existing files from gfx/webrender, gfx/webrender_api, and gfx/wrench are moved, and the remaining files are added. The revision being used is the same as before. In addition, the mozilla-central top-level Cargo.toml and the gfx/webrender_bindings/Cargo.toml files are updated to reflect the new structure. Differential Revision: https://phabricator.services.mozilla.com/D12059
7 lines
170 B
TOML
7 lines
170 B
TOML
reorder_imports = false
|
|
reorder_imports_in_group = true
|
|
reorder_imported_names = true
|
|
error_on_line_overflow_comments = false
|
|
max_width = 100
|
|
spaces_around_ranges = true
|