EggShark
Results
2
issues of
EggShark
Im writing a game engine and using wgpu_glyph for the text rendering and here is the snippet of my code ```rust render_items.transformed_text.iter() .map(|text| (wgpu_glyph::Section{ screen_position: (text.position.x, text.position.y), bounds: (self.size.width as...
### Description My code continuously gets code to resize the window to double its existing size. This continues until the window is too large and my program crashes. Here is...
B - bug
DS - web