libslider: split and move to modules and test app
parent
a00fdc1d12
commit
3c21342a7d
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -6,12 +6,10 @@
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "ui",
|
"tags": "ui",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"provides_modules": ["SliderInput"],
|
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"libslider.img","url":"app-icon.js","evaluate":true},
|
{"name":"slidertest.img","url":"app-icon.js","evaluate":"true"},
|
||||||
{"name":"libslider.app.js","url":"app.js"},
|
{"name":"slidertest.app.js","url":"app.js"}
|
||||||
{"name":"SliderInput","url":"lib.js"}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue