Skip to content

Commit

Permalink
Populate dashboard lazily; add wasm wrapper code
Browse files Browse the repository at this point in the history
  • Loading branch information
zarik5 committed Jun 2, 2023
1 parent bffaa44 commit 530a17f
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 184 deletions.
181 changes: 172 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions alvr/dashboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,17 @@ tungstenite = "0.19"
ureq = { version = "2", features = ["json"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
eframe = { version = "0.22", default-features = false, features = [
'glow', # currently wgpu is broken on web
"default_fonts",
] }
ewebsock = "0.2"
futures = "0.3"
gloo-net = "0.2"
instant = { version = "0.1", features = ["wasm-bindgen"] }
wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"

[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
Loading

0 comments on commit 530a17f

Please sign in to comment.