mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
7947bc10f1
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
21 lines
436 B
YAML
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
|