feat: initial implementation of qsv Easy installer for Windows

This commit is contained in:
rzmk 2025-04-16 12:38:57 -04:00
commit f52c2e04fc
No known key found for this signature in database
39 changed files with 6712 additions and 0 deletions

3
src-tauri/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}