add flatpak manifest

This commit is contained in:
galister
2025-05-13 17:57:31 +09:00
parent eef80eae3a
commit c44a998c67
6 changed files with 7552 additions and 7 deletions

9
Cargo.lock generated
View File

@@ -3009,8 +3009,8 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "openxr"
version = "0.18.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
version = "0.19.0"
source = "git+https://github.com/Ralith/openxrs?rev=6c7747aee678048642dc16aad8bab3d6961dce03#6c7747aee678048642dc16aad8bab3d6961dce03"
dependencies = [
"libc",
"libloading",
@@ -3020,9 +3020,10 @@ dependencies = [
[[package]]
name = "openxr-sys"
version = "0.10.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
version = "0.11.0"
source = "git+https://github.com/Ralith/openxrs?rev=6c7747aee678048642dc16aad8bab3d6961dce03#6c7747aee678048642dc16aad8bab3d6961dce03"
dependencies = [
"cmake",
"libc",
"mint",
]