1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

eframe::App::post_rendering (#1591)

This commit is contained in:
René Rössler
2022-05-29 20:33:04 +02:00
committed by GitHub
parent abff2dcae2
commit 4a7a2d6430
8 changed files with 143 additions and 0 deletions

9
Cargo.lock generated
View File

@@ -3151,6 +3151,15 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "screenshot"
version = "0.1.0"
dependencies = [
"eframe",
"egui_extras",
"itertools",
]
[[package]]
name = "sct"
version = "0.7.0"