mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 13:13:23 +00:00

Some checks failed
Android / build_x86_64 (push) Has been cancelled
Android / build_aarch64 (push) Has been cancelled
iOS / build_x86_64 (push) Has been cancelled
iOS / build_arm64 (push) Has been cancelled
macOS / build (push) Has been cancelled
macOS / compact_test (push) Has been cancelled
macOS / unit_test (push) Has been cancelled
Ubuntu / build (push) Has been cancelled
Ubuntu / compact_test (push) Has been cancelled
Ubuntu / unit_test (push) Has been cancelled
Windows / build (push) Has been cancelled
Windows / compact_test (push) Has been cancelled
Windows / unit_test (push) Has been cancelled
Removed inactive maintaining parts.
11 lines
506 B
Text
11 lines
506 B
Text
# ThorVG uses the CODEOWNERS file to automatically assign reviewers in the GitHub system.
|
|
# However, the presence of a CODEOWNER does not necessarily imply that they are the sole copyright owners of the code.
|
|
# For more information, please consult the AUTHORS file.
|
|
|
|
* @hermet
|
|
/src/renderer/sw_engine @mgrudzinska
|
|
/src/renderer/gl_engine @SergeyLebedkin @RuiwenTang
|
|
/src/renderer/wg_engine @SergeyLebedkin
|
|
/src/loaders/svg @mgrudzinska @JSUYA
|
|
/src/loaders/lottie @mgrudzinska
|
|
/src/bindings/wasm @tinyjin
|