8ed79e7133
* Swap X/Y in image encoding * Fix PNG decoder * Now really fix png * reducing deps * moving png.cpp into ev3 * bumped pxt * updated shims * fixing c++ compilation * updated shims * Fix pixel order * update pxt * Fix C++ image decoding * Add expanded PNG images * Generate E1 format images (in libs/ev3 run 'pxt buildsprites images') * Go back to white background * Remove PNG support
34 lines
787 B
JSON
34 lines
787 B
JSON
{
|
|
"name": "ev3",
|
|
"description": "The EV3 library",
|
|
"files": [
|
|
"README.md",
|
|
"ns.ts",
|
|
"startup.ts",
|
|
"images.jres",
|
|
"images.ts",
|
|
"mood.ts",
|
|
"console.ts",
|
|
"shims.d.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"dependencies": {
|
|
"base": "file:../base",
|
|
"core": "file:../core",
|
|
"screen": "file:../screen",
|
|
"music": "file:../music",
|
|
"color-sensor": "file:../color-sensor",
|
|
"touch-sensor": "file:../touch-sensor",
|
|
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
|
"gyro-sensor": "file:../gyro-sensor",
|
|
"infrared-sensor": "file:../infrared-sensor"
|
|
},
|
|
"palette": [
|
|
"#ffffff",
|
|
"#000000"
|
|
],
|
|
"public": true
|
|
}
|