refactor(registry): use globals instead of storing in event loop

This commit is contained in:
Nova
2022-06-12 00:51:12 -04:00
parent 3ef45a1041
commit 01971b5048
4 changed files with 39 additions and 47 deletions

View File

@@ -11,6 +11,7 @@ anyhow = "1.0.57"
ctrlc = "3.2.2"
flexbuffers = "2.0.0"
glam = {version = "0.20.5", features = ["mint"]}
lazy_static = "1.4.0"
mint = "0.5.9"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
rccell = "0.1.3"