mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +00:00
feat: Add WayVR Dashboard to the plugin list
This commit is contained in:
parent
33db18bd62
commit
39ace1d8db
1 changed files with 2 additions and 1 deletions
|
@ -163,8 +163,9 @@ impl Plugin {
|
||||||
|
|
||||||
/// urls to manifest json files representing plugins.
|
/// urls to manifest json files representing plugins.
|
||||||
/// each manifest should be json and the link should always point to the latest version
|
/// each manifest should be json and the link should always point to the latest version
|
||||||
const MANIFESTS: [&str;2] = [
|
const MANIFESTS: [&str;3] = [
|
||||||
"https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galister.wlx-overlay-s.json",
|
"https://github.com/galister/wlx-overlay-s/raw/refs/heads/meta/com.github.galister.wlx-overlay-s.json",
|
||||||
|
"https://github.com/olekolek1000/wayvr-dashboard/raw/refs/heads/meta/dev.oo8.wayvr_dashboard.json",
|
||||||
"https://github.com/StardustXR/telescope/raw/refs/heads/main/envision/org.stardustxr.telescope.json",
|
"https://github.com/StardustXR/telescope/raw/refs/heads/main/envision/org.stardustxr.telescope.json",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue