mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-07 23:25:39 +00:00
11 lines
494 B
Text
11 lines
494 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
|
|
/src/renderer/wg_engine @SergeyLebedkin
|
|
/src/loaders/svg @mgrudzinska @JSUYA
|
|
/src/loaders/lottie @mgrudzinska
|
|
/src/bindings/wasm @tinyjin
|