f0821f8d6c
* cooperate pause * fix math * update lastPause before pausing * faster cooperation Co-authored-by: Peli de Halleux <peli@DESKTOP-5B7QRAM.corp.microsoft.com>
48 lines
999 B
JSON
48 lines
999 B
JSON
{
|
|
"name": "core",
|
|
"description": "The core library",
|
|
"files": [
|
|
"README.md",
|
|
"Makefile",
|
|
"pxt.h",
|
|
"pxtcore.h",
|
|
"ev3const.h",
|
|
"linux.cpp",
|
|
"mmap.cpp",
|
|
"control.cpp",
|
|
"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",
|
|
"platform.h",
|
|
"platform.cpp",
|
|
"dmesg.cpp",
|
|
"integrator.ts",
|
|
"cooperate.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"dalDTS": {
|
|
"includeDirs": [
|
|
"pxtapp"
|
|
]
|
|
},
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/core---linux",
|
|
"npmDependencies": {},
|
|
"public": true,
|
|
"dependencies": {
|
|
"base": "file:../base"
|
|
}
|
|
} |