Skip to content

Commit

Permalink
depends + cargo.lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
korejan committed Aug 31, 2024
1 parent 752bafa commit 4c36907
Show file tree
Hide file tree
Showing 16 changed files with 189 additions and 192 deletions.
348 changes: 173 additions & 175 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion alvr/audio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_audio"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_client"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_commands"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_common"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/filesystem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_filesystem"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Patrick Nicolas <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_launcher"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions alvr/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_server"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "polygraphene", "Valve Corporation"]
license = "MIT"
edition = "2021"
Expand Down Expand Up @@ -56,7 +56,7 @@ reqwest = "0.11"
tokio-tungstenite = "0.23"
tokio-util = { version = "0.7", features = ["codec"] }
# Graphics
wgpu = "0.18"
wgpu = "22"
winit = "0.26" # needed to get the screen size
# Browser interop
tempfile = "3"
Expand Down
1 change: 0 additions & 1 deletion alvr/server/src/graphics_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ lazy_static! {

instance
.enumerate_adapters(wgpu::Backends::PRIMARY)
.collect()
};
}

Expand Down
2 changes: 1 addition & 1 deletion alvr/session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_session"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/sockets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_sockets"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/vrcompositor-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrcompositor-wrapper"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Patrick Nicolas <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/vulkan-layer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_vulkan-layer"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "ARM", "Patrick Nicolas <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_xtask"
version = "18.15.1"
version = "18.15.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Vcs-Browser: https://github.com/alvr-org/ALVR
Vcs-Git: https://github.com/alvr-org/ALVR.git
Rules-Requires-Root: no
Package: alvr
Version: 18.15.1
Version: 18.15.2
Architecture: amd64
Recommends: steam
Description: Stream VR games from your PC to your headset via Wi-Fi
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/alvr.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Name: alvr
Version: 18.15.1
Version: 18.15.2
Release: 1.0.0
Summary: Stream VR games from your PC to your headset via Wi-Fi
License: MIT
Source: https://github.com/alvr-org/ALVR/archive/refs/tags/v18.15.1.tar.gz
Source: https://github.com/alvr-org/ALVR/archive/refs/tags/v18.15.2.tar.gz
URL: https://github.com/alvr-org/ALVR/
ExclusiveArch: x86_64
BuildRequires: alsa-lib-devel cairo-gobject-devel cargo clang-devel ffmpeg-devel gcc gcc-c++ cmake ImageMagick (jack-audio-connection-kit-devel or pipewire-jack-audio-connection-kit-devel) libunwind-devel openssl-devel rpmdevtools rust rust-atk-sys-devel rust-cairo-sys-rs-devel rust-gdk-sys-devel rust-glib-sys-devel rust-pango-sys-devel selinux-policy-devel vulkan-headers vulkan-loader-devel
Expand Down

0 comments on commit 4c36907

Please sign in to comment.