Add circle cursor option to settings #4911
ci.yml
on: pull_request
Detect Changes
7s
Typecheck
1m 18s
Format (Biome)
18s
Format (Cargo)
18s
Lint (Biome)
13s
Verify Tauri plugin versions
11s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
6 errors
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
apps/desktop/src/routes/screenshot-editor/context.tsx#L62
Type '"auto"' is not assignable to type 'CursorType'.
|
|
Clippy (aarch64-apple-darwin, macos-latest)
Clippy had exited with the 101 exit code
|
|
field `r#type` of struct `cap_project::CursorConfiguration` is private:
crates/rendering/src/layers/cursor.rs#L320
error[E0616]: field `r#type` of struct `cap_project::CursorConfiguration` is private
--> crates/rendering/src/layers/cursor.rs:320:51
|
320 | let cursor_type = uniforms.project.cursor.r#type.clone();
| ^^^^^^ private field
|
|
Clippy (x86_64-pc-windows-msvc, windows-latest)
Clippy had exited with the 101 exit code
|
|
field `r#type` of struct `cap_project::CursorConfiguration` is private:
crates/rendering/src/layers/cursor.rs#L320
error[E0616]: field `r#type` of struct `cap_project::CursorConfiguration` is private
--> crates\rendering\src\layers\cursor.rs:320:51
|
320 | let cursor_type = uniforms.project.cursor.r#type.clone();
| ^^^^^^ private field
|