Skip to content

Commit 359298c

Browse files
committed
new commit
1 parent 1d2db3c commit 359298c

File tree

4 files changed

+196
-56
lines changed

4 files changed

+196
-56
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ edition = "2021"
99
iced = "0.3"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
bdk = { version = "0.15.0", default-feature = false, features = ["compiler", "all-keys", "key-value-db", "rpc", "compact_filters"] }
12+
1313
dirs-next = "2.0"
14+
bdk = { git = "https://github.com/w0xlt/bdk.git", branch = "change_derived_mod_visibility", default-feature = false, features = ["compiler", "all-keys", "key-value-db", "rpc", "compact_filters"] }
15+
1416
futures = "0.3.19"
1517

1618
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

fonts/RobotoMono-Bold.ttf

85 KB
Binary file not shown.

fonts/RobotoMono-Regular.ttf

84.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)