Barugon

Results 9 issues of 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...

bug

RLS often causes VSCode to highlight incorrect braces. ![Screenshot from 2020-08-23 11-04-55](https://user-images.githubusercontent.com/16503728/90985569-c9cc7780-e531-11ea-91fd-b9d5c2859b8a.png)

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...

bug

I have some CSVs that use a variable number of fields. My only option currently is to completely disable linting.

enhancement

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:?}");...