egui-miniquad icon indicating copy to clipboard operation
egui-miniquad copied to clipboard

Results 24 egui-miniquad issues
Sort by recently updated
recently updated
newest added

The modifier key state changes are only reaching `egui` on the next key event. For example, if you press and hold `Ctrl` and don't press any other key, `egui` will...

According to [the documentation of `egui::RawInput::max_texture_side`](https://docs.rs/egui/latest/egui/struct.RawInput.html#structfield.max_texture_side) this field needs to be set based on information from the graphics driver. Since `egui-miniquad` manages `RawInput` I think it's responsible of doing that....

I want to release new version of egui-macroquad, but there are conflicts between miniquad and macroquad versions, so I need latest miniquad in order to use latest macroquad. Could you...

Forcing a specific version of miniquad makes dependency resolution unnecesarily difficult. For example, by setting `=0.4.0` here, users of https://github.com/optozorax/egui-macroquad are limited to `[email protected]` since that is the last published...