Added Mips related compoennts, change wire ui, new UI helpers, new misc compoents #309
Triggered via pull request
September 16, 2024 20:12
Status
Failure
Total duration
2m 57s
Artifacts
–
Annotations
6 errors and 3 warnings
unresolved import `crate::common::EguiComponent`:
src/autowire.rs#L3
error[E0432]: unresolved import `crate::common::EguiComponent`
--> src/autowire.rs:3:37
|
3 | use crate::common::{ComponentStore, EguiComponent, Input};
| ^^^^^^^^^^^^^
| |
| no `EguiComponent` in `common`
| help: a similar name exists in the module: `ViziaComponent`
|
note: found an item that was configured out
--> src/common.rs:142:11
|
142 | pub trait EguiComponent: Component {
| ^^^^^^^^^^^^^
note: the item is gated behind the `gui-egui` feature
--> src/common.rs:140:7
|
140 | #[cfg(feature = "gui-egui")]
| ^^^^^^^^^^^^^^^^^^^^
|
build (x86_64-unknown-linux-musl)
Clippy has exited with exit code 101
|
unresolved import `crate::common::EguiComponent`:
src/autowire.rs#L3
error[E0432]: unresolved import `crate::common::EguiComponent`
--> src/autowire.rs:3:37
|
3 | use crate::common::{ComponentStore, EguiComponent, Input};
| ^^^^^^^^^^^^^
| |
| no `EguiComponent` in `common`
| help: a similar name exists in the module: `ViziaComponent`
|
note: found an item that was configured out
--> src/common.rs:142:11
|
142 | pub trait EguiComponent: Component {
| ^^^^^^^^^^^^^
note: the item is gated behind the `gui-egui` feature
--> src/common.rs:140:7
|
140 | #[cfg(feature = "gui-egui")]
| ^^^^^^^^^^^^^^^^^^^^
|
build (x86_64-pc-windows-gnu)
Clippy has exited with exit code 101
|
unresolved import `crate::common::EguiComponent`:
src/autowire.rs#L3
error[E0432]: unresolved import `crate::common::EguiComponent`
--> src/autowire.rs:3:37
|
3 | use crate::common::{ComponentStore, EguiComponent, Input};
| ^^^^^^^^^^^^^
| |
| no `EguiComponent` in `common`
| help: a similar name exists in the module: `ViziaComponent`
|
note: found an item that was configured out
--> src/common.rs:142:11
|
142 | pub trait EguiComponent: Component {
| ^^^^^^^^^^^^^
note: the item is gated behind the `gui-egui` feature
--> src/common.rs:140:7
|
140 | #[cfg(feature = "gui-egui")]
| ^^^^^^^^^^^^^^^^^^^^
|
build (x86_64-apple-darwin)
Clippy has exited with exit code 101
|
build (x86_64-unknown-linux-musl)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (x86_64-pc-windows-gnu)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
build (x86_64-apple-darwin)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|