Skip to content

Commit

Permalink
get dependences correct
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Feb 5, 2024
1 parent c5ea6bc commit ea9d944
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/blocksprj/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"core": "file:../core",
"radio": "file:../radio",
"microphone": "file:../microphone",
"arcadeshield": "file:../arcadeshield"
"arcadeshield": "file:../arcadeshield",
"game---light": "file:../game---light"
},
"description": "",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion libs/game---light/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Empty game library - beta",
"dependencies": {
"settings": "file:../settings",
"screen": "file:../arcadeshield"
"arcadeshield": "file:../arcadeshield"
},
"files": [
"control.cpp",
Expand Down
1 change: 1 addition & 0 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"libs/datalogger",
"libs/color",
"libs/audio-recording",
"libs/arcadeshield",
"libs/game---light"
],
"cloud": {
Expand Down

0 comments on commit ea9d944

Please sign in to comment.