gecko-dev/tools/lint/rustfmt.yml
Glenn Watson 7947bc10f1 Bug 1706824 - Remove old direct-composition example. r=gfx-reviewers,lsalzman
This was an old example / proof of concept of directly drawing
to a DirectComposition surface.

We now have the example-compositor/ project that shows how to
integrate with DirectComposition on Windows and Wayland on
Linux, in addition to a shipping implementation in Gecko for
CoreAnimation and DirectComposition.

Differential Revision: https://phabricator.services.mozilla.com/D113052
2021-05-04 00:32:41 +00:00

21 lines
436 B
YAML

---
rust:
description: Reformat rust
min_rustfmt_version: 1.4.12
include:
- '.'
exclude:
- dom/webauthn/libudev-sys/
- gfx/wr/peek-poke/
- gfx/wr/webrender_build/
- gfx/wgpu/
- gfx/wr/wr_malloc_size_of/
- media/mp4parse-rust/
- servo/
extensions:
- rs
support-files:
- 'tools/lint/rust/**'
type: external
payload: rust:lint