infra: move the examples folder outside of the source directory.

examples are not considered a feature of ThorVG;
hence, they are excluded from the src directory.

This change allows developers to concentrate more effectively
on the core ThorVG sources for practical usages.
This commit is contained in:
Hermet Park 2024-03-31 12:48:32 +09:00 committed by Hermet Park
parent 9cd71589d8
commit e8e9ba5ea0
267 changed files with 8 additions and 7 deletions

View file

@ -13,6 +13,6 @@
/src/loaders/webp/ @JSUYA
/src/savers/gif/ @JSUYA
/src/tools/svg2png/ @JSUYA
/src/examples/ @JSUYA @RuiwenTang @SergeyLebedkin @tinyjin @mgrudzinska
/examples/ @JSUYA @RuiwenTang @SergeyLebedkin @tinyjin @mgrudzinska
/test/* @JSUYA @RuiwenTang @SergeyLebedkin @tinyjin @mgrudzinska
/web/* @tinyjin

View file

@ -91,6 +91,6 @@ if get_option('bindings').contains('capi') == true
endforeach
endif
execute_all_src = join_paths(meson.source_root(), 'src/examples/all.sh')
execute_all_dst = join_paths(meson.build_root(), 'src/examples/all.sh')
execute_all_src = join_paths(meson.source_root(), 'examples/all.sh')
execute_all_dst = join_paths(meson.build_root(), 'examples/all.sh')
run_command('cp', execute_all_src, execute_all_dst, check: true)

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 310 KiB

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 399 KiB

After

Width:  |  Height:  |  Size: 399 KiB

View file

Before

Width:  |  Height:  |  Size: 450 KiB

After

Width:  |  Height:  |  Size: 450 KiB

View file

Before

Width:  |  Height:  |  Size: 426 KiB

After

Width:  |  Height:  |  Size: 426 KiB

Some files were not shown because too many files have changed in this diff Show more