This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
[DRAFT] Port to vello and winit #38
Annotations
4 errors and 16 warnings
cargo clippy
could not compile `masonry` (example "textbox") due to 1 previous error
|
cargo clippy:
examples/to_do_list.rs#L8
unresolved import `masonry::widget::TextBox`
|
cargo clippy
could not compile `masonry` (example "to_do_list") due to 1 previous error
|
cargo clippy
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo clippy:
src/app_root.rs#L1195
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/widget_pod.rs#L1067
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/button.rs#L158
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/checkbox.rs#L137
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/scroll_bar.rs#L213
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/sized_box.rs#L359
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/spinner.rs#L131
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/split.rs#L288
the borrowed expression implements the required traits
|
cargo clippy:
src/widget/split.rs#L289
the borrowed expression implements the required traits
|
cargo clippy
`masonry` (lib) generated 9 warnings (run `cargo clippy --fix --lib -p masonry` to apply 9 suggestions)
|
Loading