mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 22:58:44 +00:00
feat: telescope
This commit is contained in:
parent
6fa7d1e2a3
commit
60406724f2
1 changed files with 27 additions and 14 deletions
|
@ -263,6 +263,19 @@ impl AsyncComponent for PluginStore {
|
||||||
short_description: Some("Access your Wayland/X11 desktop".into()),
|
short_description: Some("Access your Wayland/X11 desktop".into()),
|
||||||
exec_url: Some("https://github.com/galister/wlx-overlay-s/releases/download/v0.6/WlxOverlay-S-v0.6-x86_64.AppImage".into()),
|
exec_url: Some("https://github.com/galister/wlx-overlay-s/releases/download/v0.6/WlxOverlay-S-v0.6-x86_64.AppImage".into()),
|
||||||
exec_path: None,
|
exec_path: None,
|
||||||
|
}, Plugin {
|
||||||
|
appid: "org.stardustxr.telescope".into(),
|
||||||
|
name: "Telescope (Stardust XR)".into(),
|
||||||
|
version: Some("0.45.0".into()),
|
||||||
|
hompage_url: Some("https://stardustxr.org/".into()),
|
||||||
|
icon_url: Some("https://stardustxr.org/img/icon.png".into()),
|
||||||
|
screenshots: vec![
|
||||||
|
"https://stardustxr.org/img/carousel/workflow.png".into(),
|
||||||
|
],
|
||||||
|
description: Some("A more intuitive overlay designed for spatial computing from the ground up. Part of the Stardust XR project.\n\nTelescope lets you use your favorite apps directly with your controllers or hands at any time.".into()),
|
||||||
|
short_description: Some("Use your existing apps spatially and intuitively.".into()),
|
||||||
|
exec_url: Some("https://github.com/StardustXR/telescope/releases/download/0.45.0/Telescope-x86_64.AppImage".into()),
|
||||||
|
exec_path: None,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue