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:
4
assets/dynamic/index.yaml
Normal file
4
assets/dynamic/index.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
eos:
|
||||
helm: "eos/helm_table.dat"
|
||||
mesh:
|
||||
sphere: "mesh/sphere.msh"
|
||||
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