aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-31 17:56:55 -0700
committerDeterminant <[email protected]>2024-08-31 17:57:31 -0700
commit1f311f1c0241f7a1c863d1e51f40b02e5d337821 (patch)
tree368d88a036eb1bc928b398221402d81bc0031d0e /package.json
parent0d47e96619350957bd7ed1b3e31f1039f763f558 (diff)
fix a rendering bug (lower the CPU util)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8048f93..a7861e5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "loupe-flightdeck",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "Turn your stream deck into a flight deck!",
"repository": {
"type": "git",
@@ -10,6 +10,7 @@
"node": ">=16.0.0"
},
"dependencies": {
+ "async": "^3.2.6",
"canvas": "^2.11.2",
"loupedeck": "^6.0.1",
"yaml": "^2.5.0"