libslider: split and move to modules and test app

master
thyttan 2023-08-16 23:36:01 +02:00
parent a00fdc1d12
commit 3c21342a7d
7 changed files with 3 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -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"}
] ]
} }