moving touch stuff into separate projects

This commit is contained in:
Peli de Halleux
2017-11-28 16:11:15 -08:00
parent 580b40876c
commit f22edac84d
11 changed files with 70 additions and 21 deletions

View File

@ -8,7 +8,8 @@
"dependencies": {
"base": "file:../base",
"core": "file:../core",
"music": "file:../music"
"music": "file:../music",
"touch-sensor": "file:../touch-sensor"
},
"public": true
}