This commit is contained in:
mii443
2025-06-09 03:03:37 +09:00
commit 581d26647e
4 changed files with 3166 additions and 0 deletions

16
Cargo.toml Normal file
View File

@ -0,0 +1,16 @@
[package]
name = "vrc-captool"
version = "0.1.0"
edition = "2021"
[dependencies]
gl = "=0.14.0"
glutin = "=0.24"
image = "=0.25.1"
openvr = "=0.6.0"
openvr_sys = "=2.0.3"
windows-capture = "=1.0.36"
winapi = { version = "=0.3", features = ["d3d11", "winerror", "unknwnbase"] }
wio = "=0.2"
winit = "=0.28.0"
rayon = "=1.10.0"