Migrate CI to maintained Rust toolchain action with stable compiler #147
Annotations
10 errors and 2 warnings
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L79
use of deprecated method `raw_window_handle::HasRawWindowHandle::raw_window_handle`: Use `HasWindowHandle` instead
|
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L78
use of deprecated method `raw_window_handle::HasRawDisplayHandle::raw_display_handle`: Use `HasDisplayHandle` instead
|
|
macos-build:
radiance/radiance/src/imgui/platform/winit.rs#L19
use of deprecated associated function `imgui_winit_support::WinitPlatform::init`: use `new` instead
|
|
macos-build:
radiance/radiance/src/application/winit.rs#L54
use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
|
|
macos-build:
radiance/radiance/src/application/winit.rs#L25
use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
|
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L73
use of deprecated trait `raw_window_handle::HasRawWindowHandle`: Use `HasWindowHandle` instead
|
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L73
use of deprecated trait `raw_window_handle::HasRawDisplayHandle`: Use `HasDisplayHandle` instead
|
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L71
use of deprecated trait `raw_window_handle::HasRawWindowHandle`: Use `HasWindowHandle` instead
|
|
macos-build:
radiance/radiance/src/rendering/vulkan/creation_helpers.rs#L71
use of deprecated trait `raw_window_handle::HasRawDisplayHandle`: Use `HasDisplayHandle` instead
|
|
macos-build:
radiance/radiance/src/input/keyboard/winit.rs#L5
unused import: `KeyEvent`
|
|
macos-build
wget 1.25.0 is already installed and up-to-date.
To reinstall 1.25.0, run:
brew reinstall wget
|
|
macos-build
git 2.52.0_1 is already installed and up-to-date.
To reinstall 2.52.0_1, run:
brew reinstall git
|