-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnvfetcher.toml
37 lines (30 loc) · 1.19 KB
/
nvfetcher.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
[envision-unwrapped]
cargo_locks = ["Cargo.lock"]
fetch.git = "https://gitlab.com/gabmus/envision.git"
src.git = "https://gitlab.com/gabmus/envision.git"
[index_camera_passthrough]
cargo_locks = ["Cargo.lock"]
fetch.git = "https://github.com/yshui/index_camera_passthrough.git"
src.git = "https://github.com/yshui/index_camera_passthrough.git"
[monado]
fetch.git = "https://gitlab.freedesktop.org/monado/monado.git"
src.git = "https://gitlab.freedesktop.org/monado/monado.git"
[opencomposite]
fetch.git = "https://gitlab.com/znixian/OpenOVR.git"
git.fetchSubmodules = true
src.git = "https://gitlab.com/znixian/OpenOVR.git"
[wayvr-dashboard]
cargo_locks = ["src-tauri/Cargo.lock"]
fetch.git = "https://github.com/olekolek1000/wayvr-dashboard"
src.git = "https://github.com/olekolek1000/wayvr-dashboard"
[wlx-overlay-s]
cargo_locks = ["Cargo.lock"]
fetch.git = "https://github.com/galister/wlx-overlay-s.git"
src.git = "https://github.com/galister/wlx-overlay-s.git"
[xrizer]
cargo_locks = ["Cargo.lock"]
fetch.git = "https://github.com/Supreeeme/xrizer.git"
src.git = "https://github.com/Supreeeme/xrizer.git"