mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
Merge branch 'wayvr_dashboard' into 'main'
feat: Add WayVR Dashboard to the plugin list See merge request gabmus/envision!116
This commit is contained in:
commit
25edb0685b
1 changed files with 2 additions and 1 deletions
|
@ -163,8 +163,9 @@ impl Plugin {
|
|||
|
||||
/// urls to manifest json files representing plugins.
|
||||
/// 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/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",
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue