wip
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m25s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m13s

This commit is contained in:
2026-01-31 09:59:35 +07:00
parent 4336c67d8c
commit 9b03f873c2
28 changed files with 437 additions and 797 deletions

17
Cargo.lock generated
View File

@@ -1302,7 +1302,6 @@ dependencies = [
"gpui_tokio",
"indexset",
"itertools 0.13.0",
"key_store",
"log",
"nostr-connect",
"nostr-sdk",
@@ -3341,22 +3340,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "key_store"
version = "0.3.0"
dependencies = [
"anyhow",
"common",
"futures",
"gpui",
"log",
"nostr-sdk",
"serde",
"serde_json",
"smallvec",
"smol",
]
[[package]]
name = "khronos-egl"
version = "6.0.0"