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
subdir('lib')
subdir('utils')
subdir('common')
subdir('renderer')
subdir('loaders')
subdir('savers')
@ -71,7 +70,7 @@ pkg_mod.generate(
description : 'A Thor library for rendering vector graphics'
)
subdir('bin')
subdir('tools')
if get_option('examples') == true
subdir('examples')