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

Resizing of horizontal layouts

This commit is contained in:
Emil Ernerfeldt
2023-05-02 19:30:59 +02:00
parent f8ce589fd5
commit 4f4261f173
4 changed files with 139 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ egui = { version = "0.21.0", path = "../egui", default-features = false }
# For dock:
# required to make rand work on wasm, see https://github.com/rust-random/rand#wasm-support
getrandom = { version = "0.2", features = ["js"] }
itertools = "0.10"
log = { version = "0.4", features = ["std"] }
rand = { version = "0.8.5", features = ["getrandom", "small_rng"] }