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
10 errors and 19 warnings
cargo clippy:
examples/custom_widget.rs#L13
unresolved import `masonry::text`
|
cargo clippy:
examples/textbox.rs#L10
unresolved import `masonry::widget::TextBox`
|
cargo clippy:
examples/custom_widget.rs#L57
cannot find type `Scene` in this scope
|
cargo clippy
could not compile `masonry` (example "textbox") due to 1 previous error
|
cargo clippy:
examples/custom_widget.rs#L64
no method named `fill` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy:
examples/custom_widget.rs#L70
no method named `paint_with_z_index` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy:
examples/custom_widget.rs#L87
no method named `stroke` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy:
examples/custom_widget.rs#L93
no method named `fill` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy:
examples/custom_widget.rs#L119
no method named `new_text_layout` found for mutable reference `&mut masonry::druid_shell::piet_common::CoreGraphicsText` in the current scope
|
cargo clippy:
examples/custom_widget.rs#L124
no method named `draw_text` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
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/
|
cargo clippy:
src/paint_scene_helpers.rs#L4
the item `kurbo` is imported redundantly
|
cargo clippy:
src/testing/harness.rs#L27
the item `Action` is imported redundantly
|
cargo clippy:
src/widget/widget_ref.rs#L216
the item `Widget` is imported redundantly
|
cargo clippy:
src/app_root.rs#L1195
the borrowed expression implements the required traits
|
cargo clippy:
src/testing/harness.rs#L320
current MSRV (Minimum Supported Rust Version) is `1.65.0` but this item is stable since `1.73.0`
|
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
|
install beta 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 beta 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 beta 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 beta 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 check:
src/paint_scene_helpers.rs#L4
the item `kurbo` is imported redundantly
|
cargo check:
src/testing/harness.rs#L27
the item `Action` is imported redundantly
|
cargo check
`masonry` (lib) generated 2 warnings
|
Loading