Alpha Particle
Alpha Particle
Please add instructions for running the examples. cargo run --release --features="thin light regular bold fill" --example multiple_variants
Using eframe_template as a basis. Add ```catppuccin-egui = { version = "5.2", default-features = false, features = ["egui28"] }``` to cargo.toml. ``` 2024-08-14T01:26:07.450462Z ERROR Flycheck failed to run the following...
I updated cargo.toml to: ``` [dev-dependencies] eframe = "0.28" [features] default = ["egui28"] ``` This required the addition of an Ok() in todo.rs line 11 ``` Ok(Box::new(app)))) ```
The egui demo has a plot widget. The link to the source code is broken. ``` https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/demo/plot_demo.rs ``` 404 Page not found. The link should point to here. ``` https://github.com/emilk/egui_plot/blob/main/demo/src/plot_demo.rs...
The SVG image (code below) displays correctly but with a black stroke. Stroke color is defined in the SVG file as "currentColor". Using image tint does not work as it...
Using Rust-Analyzer inside VS Code. Add ```image = "0.24"``` to dependencies = works fine. Add ```image = "0.25.2"``` to dependencies leads to Rust-Analyzer errors: ``` Failed to run build scripts...
Please add some screenshots to the documentation.
Hi Kevin, for publicity' sake, could I suggest that you add you amazing USB project to this enormous list of Rust software. SerialPort-rs is in the list but not nusb....
### Describe the bug ```git clone``` of the 2.02 version or Tauri. ```cargo run --release --example helloworld``` required an ENORMOUS 649 crates !!! ``` The following warnings were emitted during...
``` Error[E0599] no method named `line` found for reference `&egui::Painter` in the current scope ``` https://docs.rs/egui/latest/egui/enum.Shape.html#method.line ``` /// A line through many points. pub fn line(points: Vec, stroke: impl Into)...