59d84a714d
Also updates MuJoCo files needed to address changes in Filament. - "build with clang on windows" patch to sync context lines, remove some upstream conflicts, disable Clang thread-safety attribute errors, and allow running on MSYS2. - Skip building Filament samples. - Add missing <string_view> to material_manager.cc.
8 lines
179 B
YAML
8 lines
179 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: \.patch$
|
|
- id: end-of-file-fixer
|