From 39ace1d8db1bb38396ae82b8acdf04cc595f8e23 Mon Sep 17 00:00:00 2001 From: Aleksander Date: Fri, 21 Feb 2025 17:27:55 +0100 Subject: [PATCH] feat: Add WayVR Dashboard to the plugin list --- src/ui/plugins/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/plugins/mod.rs b/src/ui/plugins/mod.rs index c70e813..df7d894 100644 --- a/src/ui/plugins/mod.rs +++ b/src/ui/plugins/mod.rs @@ -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", ];