mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 22:58:44 +00:00
Merge branch 'main' into hermet/blending
This commit is contained in:
commit
e35c5367fc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ThorVG uses GitHub infrastructure to automatically assign code reviewers for you
|
||||||
After updating the ThorVG code, please ensure your changes don't break the library. We recommend conducting unit tests. You can easily run them using the following build commands:
|
After updating the ThorVG code, please ensure your changes don't break the library. We recommend conducting unit tests. You can easily run them using the following build commands:
|
||||||
<br/>
|
<br/>
|
||||||
`
|
`
|
||||||
$meson . build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true
|
$meson setup build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true
|
||||||
`
|
`
|
||||||
<br />
|
<br />
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Reference in a new issue