-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from yeastplume/wallet_import
Wallet Import functionality
- Loading branch information
Showing
15 changed files
with
736 additions
and
184 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin-gui" | ||
version = "0.1.0-alpha.5" | ||
version = "0.1.0-alpha.6" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "GUI wrapping grin and grin-wallet. Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -16,8 +16,8 @@ no-self-update = ["grin-gui-core/no-self-update"] | |
debug = ["iced/debug"] | ||
|
||
[dependencies] | ||
grin-gui-core = { version = "0.1.0-alpha.5", path = "crates/core", features = ["wgpu"]} | ||
grin-gui-widgets = { version = "0.1.0-alpha.5", path = "crates/widgets" } | ||
grin-gui-core = { version = "0.1.0-alpha.6", path = "crates/core", features = ["wgpu"]} | ||
grin-gui-widgets = { version = "0.1.0-alpha.6", path = "crates/widgets" } | ||
|
||
iced = { version = "0.10", features = ["canvas", "tokio"] } | ||
iced_futures = { version = "0.7", features = ["async-std"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.