infra: renames the source folders

lib -> renderer
bin -> tools
utils -> common
This commit is contained in:
Hermet Park 2023-08-28 12:01:08 +09:00 committed by Hermet Park
parent 07069f6640
commit 24711e485c
89 changed files with 3 additions and 4 deletions

View file

@ -36,9 +36,8 @@ elif (cc.get_id() != 'msvc')
endif endif
endif endif
subdir('common')
subdir('lib') subdir('renderer')
subdir('utils')
subdir('loaders') subdir('loaders')
subdir('savers') subdir('savers')
@ -71,7 +70,7 @@ pkg_mod.generate(
description : 'A Thor library for rendering vector graphics' description : 'A Thor library for rendering vector graphics'
) )
subdir('bin') subdir('tools')
if get_option('examples') == true if get_option('examples') == true
subdir('examples') subdir('examples')