Skip to content

Commit

Permalink
Add Playdate USB library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 13, 2024
1 parent 3f21e9a commit 69c6c86
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.envrc

# Dub
.dub
dub.selections.json
docs.json
Expand All @@ -14,3 +17,6 @@ playdate-test-*
*.o
*.obj
*.lst

# Node.js
node_modules/
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playdate-d",
"private:": true,
"devDependencies": {
"pd-usb": "^2.0.1"
}
}

0 comments on commit 69c6c86

Please sign in to comment.