1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

[demo] Move Fractal Clock to WrapApp

This commit is contained in:
Emil Ernerfeldt
2021-01-01 21:27:10 +01:00
parent b1022d01c1
commit 4848c171eb
10 changed files with 100 additions and 140 deletions

View File

@@ -159,6 +159,7 @@ impl<'a> Frame<'a> {
pub struct WebInfo {
/// e.g. "#fragment" part of "www.example.com/index.html#fragment".
/// Note that the leading `#` is included in the string.
/// Also known as "hash-link" or "anchor".
pub web_location_hash: String,
}