Barugon
Barugon
The particles for bullet impacts appear on the opposite side of the barrels. It's possible that I might have done something wrong but I checked my code against what is...
RLS often causes VSCode to highlight incorrect braces. 
The window control buttons work for all my apps but they're missing for Evolution (Fedora 29).
Here are the steps to reproduce: 1. Clone [gdal](https://github.com/georust/gdal) 2. Create a new Rust project next to the gdal folder 3. Edit the new project's `Cargo.toml` file to include this...
Trying to install this on Fedora 36 and ran into a few snags in the `pip install -r requirements.txt` portion. I was able to resolve them (missing dependencies) up until...
If you need a file dialog for scene import (and other assets), you can find one here: https://github.com/Barugon/egui_file
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
I have some CSVs that use a variable number of fields. My only option currently is to completely disable linting.
Notifications are not being displayed in Gnome 46. For example, This will print the `NotificationHandle` but no notification shows on the desktop: ```Rust if let Ok(handle) = Notification::new().summary("Summary").body("Body").show() { println!("{handle:?}");...
I'm unable to paste text into a game running full-screen. Specifically, I'm trying to paste my password into [this game](https://store.steampowered.com/app/326160/Shroud_of_the_Avatar_Forsaken_Virtues/). If the game is running in windowed mode then pasting...