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
38 lines
740 B
JSON
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"
|
|
}
|
|
} |