Add prebuilt macOS app bundles #22
Annotations
10 errors and 1 warning
missing field `desired_maximum_frame_latency` in initializer of `wgpu_types::SurfaceConfiguration<std::vec::Vec<wgpu::TextureFormat>>`:
frontend/desktop/src/ui/window.rs#L87
error[E0063]: missing field `desired_maximum_frame_latency` in initializer of `wgpu_types::SurfaceConfiguration<std::vec::Vec<wgpu::TextureFormat>>`
--> frontend/desktop/src/ui/window.rs:87:27
|
87 | let surf_config = wgpu::SurfaceConfiguration {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `desired_maximum_frame_latency`
|
no method named `find` found for struct `std::vec::Vec<wgpu::Adapter>` in the current scope:
frontend/desktop/src/ui/window.rs#L66
error[E0599]: no method named `find` found for struct `std::vec::Vec<wgpu::Adapter>` in the current scope
--> frontend/desktop/src/ui/window.rs:66:55
|
66 | instance.enumerate_adapters(backends).find(suitable)
| ^^^^ method not found in `Vec<Adapter>`
|
no method named `create_surface_from_raw` found for struct `wgpu::Instance` in the current scope:
frontend/desktop/src/ui/window.rs#L53
error[E0599]: no method named `create_surface_from_raw` found for struct `wgpu::Instance` in the current scope
--> frontend/desktop/src/ui/window.rs:53:31
|
53 | unsafe { instance.create_surface_from_raw(window) }.expect("Couldn't create surface");
| ^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `create_surface`
|
Build (Linux)
Process completed with exit code 101.
|
Build (Windows)
The job was canceled because "ubuntu-latest_Linux_x86_6" failed.
|
Build (Windows)
The operation was canceled.
|
Build (macOS-aarch64)
The job was canceled because "ubuntu-latest_Linux_x86_6" failed.
|
Build (macOS-aarch64)
The operation was canceled.
|
Build (macOS-x86_64)
The job was canceled because "ubuntu-latest_Linux_x86_6" failed.
|
Build (macOS-x86_64)
The operation was canceled.
|
unused `self` argument:
core/src/audio/channel.rs#L341
warning: unused `self` argument
--> core/src/audio/channel.rs:341:25
|
341 | fn keep_last_sample(&mut self) {
| ^^^^^^^^^
|
= help: consider refactoring to an associated function
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self
note: the lint level is defined here
--> core/src/lib.rs:11:9
|
11 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::unused_self)]` implied by `#[warn(clippy::pedantic)]`
|