Gabriel Martinez

Results 2 issues of Gabriel Martinez

`set_egui_texture` only supports rendering `Texture`s. It'd be great if I could draw a subsection of a `TextureAtlas`. Maybe by calling something like: ```rust set_egui_texture_atlas(id: u64, texture_atlas: Handle, texture_index: u32) ```...

I'm starting gebaard via i3's support to launch programs on startup via a config file: `exec --no-startup-id gebaard` The program starts just fine and works well. But when I exit...