Skip to content

Commit

Permalink
include shader in build (#6323)
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Wunderlich <[email protected]>
  • Loading branch information
riknoll and jwunderl authored Jan 11, 2024
1 parent 16ed5cd commit 4913265
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/shader/pxt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/shader",
"hidden": true
}
6 changes: 6 additions & 0 deletions libs/shader/shims.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Auto-generated. Do not edit.


declare interface Shader {}

// Auto-generated. Do not edit. Really.
2 changes: 2 additions & 0 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"libs/settings",
"libs/settings---files",
"libs/sevenseg",
"libs/shader",
"libs/sprite-scaling",
"libs/storyboard",
"libs/template",
Expand Down Expand Up @@ -150,6 +151,7 @@
"libs/servo",
"libs/settings",
"libs/sevenseg",
"libs/shader",
"libs/thermometer"
]
},
Expand Down

0 comments on commit 4913265

Please sign in to comment.