pxt-ev3/libs/core/pxt.json
Michał Moskal 8ed79e7133 Swap X/y in images (#528)
* 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
2018-04-19 12:08:16 -07:00

38 lines
740 B
JSON

{
"name": "core",
"description": "The core library",
"files": [
"README.md",
"Makefile",
"pxt.h",
"pxtcore.h",
"ev3const.h",
"linux.cpp",
"mmap.cpp",
"control.cpp",
"console.ts",
"timer.ts",
"serialnumber.cpp",
"buttons.ts",
"screen.cpp",
"battery.ts",
"output.cpp",
"output.ts",
"core.ts",
"input.cpp",
"input.ts",
"shims.d.ts",
"enums.d.ts",
"dal.d.ts",
"icons.jres",
"ns.ts"
],
"testFiles": [
"test.ts"
],
"npmDependencies": {},
"public": true,
"dependencies": {
"base": "file:../base"
}
}