1
0
mirror of synced 2024-11-15 02:27:39 +01:00
WACVR/Assets/uWindowCapture/package.json
2022-05-16 23:38:40 +02:00

27 lines
815 B
JSON

{
"name":"com.hecomi.uwindowcapture",
"version": "1.1.0",
"displayName": "uWindowCapture",
"description": "This allows you to use Windows Graphics Capture / PrintWindow / BitBlt in Windows to capture multiple windows individually and easily use them as Texture2D in Unity.",
"license": "MIT License",
"author": {
"name": "hecomi",
"url": "https://tips.hecomi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hecomi/uWindowCapture"
},
"keywords": [
"screen-capture",
"windows-graphics-capture",
"native-plugin"
],
"samples": [
{
"displayName": "Samples",
"description": "Collection of samples for uWindowCapture.",
"path": "Samples~"
}
]
}