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

Take Glow context using Arc. (#1640)

This allows usage with a Glow context that is passed between threads.
This commit is contained in:
Sebastian Urban
2022-05-22 17:43:30 +02:00
committed by GitHub
parent a29154233b
commit b2510676b9
11 changed files with 27 additions and 31 deletions

View File

@@ -37,3 +37,6 @@ opt-level = 2 # fast and small wasm, basically same as `opt-level = 's'`
# opt-level = 3 # unecessarily large wasm for no performance gain
# debug = true # include debug symbols, useful when profiling wasm
[patch.crates-io]
three-d = { git = "https://github.com/asny/three-d.git", rev = "7ac4f3e1e14335290e505a5799a0b88717474678" }