wlx-overlay-s: 0.4.3 -> 0.4.4

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-08-11 16:25:54 +02:00
parent bef98989a2
commit 026afcd731
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 5 additions and 3 deletions

View File

@ -2682,6 +2682,7 @@ version = "0.10.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
dependencies = [
"libc",
"mint",
]
[[package]]
@ -4573,7 +4574,7 @@ dependencies = [
[[package]]
name = "wlx-overlay-s"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"anyhow",
"ash",
@ -4599,6 +4600,7 @@ dependencies = [
"libmonado-rs",
"log",
"log-panics",
"mint",
"once_cell",
"openxr",
"ovr_overlay",

View File

@ -22,13 +22,13 @@
rustPlatform.buildRustPackage rec {
pname = "wlx-overlay-s";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "galister";
repo = "wlx-overlay-s";
rev = "v${version}";
hash = "sha256-zdm2ADBIsW0QGgxnuDkp2nQjWtMxe3pT9LXhw6juQ34=";
hash = "sha256-+pWhtaYOzh7LPSCQeUTlU+/IxtcQTqRci9X7xEUV18U=";
};
cargoLock = {