This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
generated from obsproject/obs-plugintemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from occ-ai/roy.cuda_build_windows
Add CUDA matrix strategy and CUDA toolkit setup
- Loading branch information
Showing
7 changed files
with
80 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"dependencies": { | ||
"obs-studio": { | ||
"version": "29.1.2", | ||
"version": "29.1.3", | ||
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags", | ||
"label": "OBS sources", | ||
"hashes": { | ||
"macos": "215f1fa5772c5dd9f3d6e35b0cb573912b00320149666a77864f9d305525504b", | ||
"windows-x64": "46d451f3f42b9d2c59339ec268165849c7b7904cdf1cc2a8d44c015815a9e37d" | ||
"macos": "9D9CFBDBDD255F48A23FEEEFB60089769A65F52BBCA24FA31D74125F3BBB0E90", | ||
"windows-x64": "965334470E447DC164801F8812D583260761521E6E3C5EBEE1DA7CD8F6EC4A95" | ||
} | ||
}, | ||
"prebuilt": { | ||
"version": "2023-04-12", | ||
"version": "2023-06-22", | ||
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download", | ||
"label": "Pre-Built obs-deps", | ||
"hashes": { | ||
"macos": "9535c6e1ad96f7d49960251e85a245774088d48da1d602bb82f734b10219125a", | ||
"windows-x64": "c13a14a1acc4224b21304d97b63da4121de1ed6981297e50496fbc474abc0503" | ||
"macos": "a0d2e03f0ea79681634c31627430a220d9b62113d6ff58174d0bdab6fafdd32b", | ||
"windows-x64": "1b12e86e2d62a97a889866d66b95fe47ddc6f7fa9b13e88aedfab4ea9e298ea2" | ||
} | ||
}, | ||
"qt6": { | ||
"version": "2023-04-12", | ||
"version": "2023-06-22", | ||
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download", | ||
"label": "Pre-Built Qt6", | ||
"hashes": { | ||
"macos": "eb7614544ab4f3d2c6052c797635602280ca5b028a6b987523d8484222ce45d1", | ||
"windows-x64": "4d39364b8a8dee5aa24fcebd8440d5c22bb4551c6b440ffeacce7d61f2ed1add" | ||
"macos": "f890d258a1afa7ba409b79c8ee55d53155e5c72105b8b18a3f52047ee70fc0aa", | ||
"windows-x64": "1907fbcbcef69527154b29316c425b0885afb77ad69a9a2af7a1471d79512195" | ||
}, | ||
"debugSymbols": { | ||
"windows-x64": "f34ee5067be19ed370268b15c53684b7b8aaa867dc800b68931df905d679e31f" | ||
"windows-x64": "b461a7ade0c099505baea857fa5b98c4f8e9b702681be019ea354735d062e065" | ||
} | ||
} | ||
}, | ||
|
@@ -45,7 +45,7 @@ | |
} | ||
}, | ||
"name": "obs-polyglot", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Roy Shilkrot", | ||
"website": "https://github.com/occ-ai/obs-polyglot", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters