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
28 lines
193 B
Plaintext
28 lines
193 B
Plaintext
target/
|
|
*~
|
|
*#
|
|
|
|
# WR internals
|
|
captures
|
|
wrench/json_frames
|
|
wrench/ron_frames
|
|
|
|
# Editors
|
|
*.swp
|
|
*.swo
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
|
|
# Gradle
|
|
.gradle
|
|
|
|
# VSCode
|
|
.vscode
|
|
.vs
|
|
|
|
# System
|
|
.fuse_hidden*
|