feat(assets): setup assets for resource manager
assets are broken into static (compiled into the binary) and dynamic (handled by the resource manager). All static assets should define a meson.build, all dynamic assets must have handlers written in src/resource/resourceManager and resourceManagerTypes BREAKING CHANGE:
This commit is contained in:
1
assets/static/meson.build
Normal file
1
assets/static/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
subdir('const')
|
||||
Reference in New Issue
Block a user