1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

eframe glow backend: Clear render target before calling App::update (#3665)

* Closes https://github.com/emilk/egui/issues/3659
This commit is contained in:
Emil Ernerfeldt
2023-11-30 16:37:16 +01:00
committed by GitHub
parent bd9bc252aa
commit 4b1523ad51
7 changed files with 146 additions and 60 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "test_inline_glow_paint"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.72"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = { path = "../../crates/eframe" }
env_logger = "0.10"