1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-04-22 11:02:19 +02:00
parent 8fcbbb542f
commit 52657301c9
7 changed files with 626 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ log = ["dep:log", "egui/log"]
[dependencies]
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"] }
rand = { version = "0.8.5", features = ["getrandom", "small_rng"] }
serde = { version = "1", features = ["derive"] }
#! ### Optional dependencies