Compare commits
3 Commits
50aee7441c
...
3a728a51b4
Author | SHA1 | Date |
---|---|---|
Savanni D'Gerinel | 3a728a51b4 | |
Savanni D'Gerinel | f19090311b | |
Savanni D'Gerinel | dedcc76df0 |
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
adw = { version = "0.5", package = "libadwaita", features = [ "v1_2" ] }
|
||||
async-channel = "2.1.1"
|
||||
async-channel = { version = "2.1" }
|
||||
emseries = { path = "../../emseries" }
|
||||
ft-core = { path = "../core" }
|
||||
gio = { version = "0.18" }
|
||||
|
|
|
@ -89,7 +89,6 @@ fn main() {
|
|||
let _ = app_tx.send(app::AppInvocation::RequestRecords).await;
|
||||
|
||||
while let Ok(response) = ui_rx.recv().await {
|
||||
println!("response received: {:?}", response);
|
||||
window.process_response(response);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue