fix: send full view config to openvr #4986
rust.yml
on: pull_request
check-windows
4m 10s
check-linux-latest
3m 29s
check-linux-old
3m 51s
check-macos
1m 10s
build-android
1m 53s
tests
53s
check-format
24s
check-msrv-windows
6m 22s
check-msrv-linux
4m 15s
Annotations
4 errors and 3 warnings
check-format
Process completed with exit code 101.
|
check-linux-latest
Process completed with exit code 101.
|
check-linux-old
Process completed with exit code 101.
|
check-windows
Process completed with exit code 1.
|
check-linux-latest:
alvr/server_core/src/connection.rs#L13
warning: unused imports: `Pose`, `Quat`, and `Vec3`
--> alvr/server_core/src/connection.rs:13:12
|
13 | glam::{Quat, UVec2, Vec2, Vec3},
| ^^^^ ^^^^
...
17 | warn, AnyhowToCon, ConResult, ConnectionError, ConnectionState, LifecycleState, Pose,
| ^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
check-linux-old:
alvr/server_core/src/connection.rs#L13
warning: unused imports: `Pose`, `Quat`, and `Vec3`
--> alvr/server_core/src/connection.rs:13:12
|
13 | glam::{Quat, UVec2, Vec2, Vec3},
| ^^^^ ^^^^
...
17 | warn, AnyhowToCon, ConResult, ConnectionError, ConnectionState, LifecycleState, Pose,
| ^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
check-windows:
alvr/server_core/src/connection.rs#L13
warning: unused imports: `Pose`, `Quat`, and `Vec3`
--> alvr\server_core\src\connection.rs:13:12
|
13 | glam::{Quat, UVec2, Vec2, Vec3},
| ^^^^ ^^^^
...
17 | warn, AnyhowToCon, ConResult, ConnectionError, ConnectionState, LifecycleState, Pose,
| ^^^^
|
= note: `#[warn(unused_imports)]` on by default
|