pxt-ev3/libs/ev3/pxt.json
Michał Moskal c2d26a8418 Integrate screen APIs from common packages (#343)
* starting screen api intergration

* Further image integration

* Aligning with new screen apis

* Build fixes

* Adjust to common screen state

* Fix unpackPNG

* Add game library

* Optimize screen rendering

* bumping common packages

* updated shims

* moving images into ev3

* upgrading to common packages

* added try/use

* cap

* fixed tryp age
2018-02-26 15:16:17 -08:00

25 lines
653 B
JSON

{
"name": "ev3",
"description": "The EV3 library",
"files": [
"README.md",
"ns.ts",
"startup.ts",
"images.jres",
"images.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",
"mood": "file:../mood"
},
"public": true
}