pxt-calliope/libs/devices/pxt.json
Juri Wolf 77ed2ccfb1
V4 updates (#210)
* update pxt.json files

* Fix button event enums

fixes https://github.com/microsoft/pxt-calliope/issues/206

* Fix Safari CSS Rule for iOS app

fixes https://github.com/microsoft/pxt-calliope/issues/205

* aprove preffered repos

should fix https://github.com/microsoft/pxt-calliope/issues/167
2023-01-11 09:51:27 -08:00

20 lines
480 B
JSON

{
"name": "devices",
"description": "BETA - Camera, remote control and other Bluetooth services. App required.",
"dependencies": {
"core": "file:../core",
"bluetooth": "file:../bluetooth"
},
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"devices.cpp",
"devices.ts"
],
"public": true,
"icon": "./static/packages/devices/icon.png",
"hidden": true,
"installedVersion": "ljipgq"
}