mirror of
https://github.com/mii443/vrc-captool.git
synced 2025-08-21 23:15:27 +00:00
17 lines
327 B
TOML
17 lines
327 B
TOML
[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"
|