Finish up debug wrappers, add note about supported Wii web tech to readme, finalize demo.

This commit is contained in:
Ryan McGrath 2011-07-11 09:27:20 -04:00
parent 7f4f81fa9e
commit e7249a0ed6
6 changed files with 81 additions and 17 deletions

View file

@ -26,6 +26,7 @@ currdir = os.getcwd()
DEPENDENCIES = [
'wii',
'util',
'console',
'remote',
]