make sure it's still working on android

This commit is contained in:
William Casarin
2023-07-09 12:17:54 -07:00
parent 6232a8429e
commit 2526f8001c
5 changed files with 26 additions and 18 deletions

10
Cargo.lock generated
View File

@@ -601,6 +601,7 @@ dependencies = [
name = "damus"
version = "0.1.0"
dependencies = [
"android-activity",
"android_logger",
"console_error_panic_hook",
"eframe",
@@ -623,6 +624,7 @@ dependencies = [
"tracing-subscriber",
"tracing-wasm",
"wasm-bindgen-futures",
"winit",
]
[[package]]
@@ -691,12 +693,14 @@ dependencies = [
"log",
"objc",
"percent-encoding",
"pollster",
"puffin 0.15.0",
"raw-window-handle",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu",
"winapi",
"winit",
]
@@ -2052,6 +2056,12 @@ dependencies = [
"static_assertions",
]
[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "ppv-lite86"
version = "0.2.17"