Skip to content

Commit

Permalink
Pull in the latest sombrero look-ahead adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
wheaney committed Jun 17, 2024
1 parent 9917aec commit 0ea5fe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion defaults/PyXRLinuxDriverIPC
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decky-XRGaming",
"version": "0.9.7.1",
"version": "0.9.7.2",
"description": "Virtual display and head-tracking modes for XR glasses",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand All @@ -20,7 +20,9 @@
"ar",
"vr",
"xreal",
"viture"
"viture",
"rayneo",
"tcl"
],
"author": "Wayne Heaney",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -59,13 +61,13 @@
"custom_remote_binary": [
{
"name": "breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.9.7.1/breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.9.7.2/breezy_vulkan_setup",
"sha256hash": "26affe86fbc809a3e750aa3a1d161878c57ac5875369964ab9312b60db4882f7"
},
{
"name": "breezyVulkan.tar.gz",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.9.7.1/breezyVulkan.tar.gz",
"sha256hash": "87db3d78ed90b38d5eed3275e2dbaffd081ae73f759096b53393c9a5be852341"
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.9.7.2/breezyVulkan.tar.gz",
"sha256hash": "142214fa00bd38e26560b7eccc207860c1d5c808a38241ae10254dedc6fd006e"
}
]
}

0 comments on commit 0ea5fe9

Please sign in to comment.