Skip to content

Commit eb30ab3

Browse files
authored
Added the screencapture module as a dependency (#197)
1 parent 0f7c3ee commit eb30ab3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"url": "https://backtrace.io/"
2121
},
2222
"category": "Editor plugin + Script plugin",
23-
"type": "library"
23+
"type": "library",
24+
"dependencies": {
25+
"com.unity.modules.screencapture": "1.0.0"
26+
}
2427
}

0 commit comments

Comments
 (0)