Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
335 changes: 335 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion bitvault-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ getrandom.workspace = true
# egui dependencies
eframe = "0.26.2"
egui = "0.26.2"
egui_extras = "0.26.2"
egui_extras = { version = "0.26.2", features = ["svg"] }
egui_plot = "0.26.2"

# Logging
Expand All @@ -40,3 +40,7 @@ image = "0.25.5"

# Internal dependencies
bitvault-core = { path = "../bitvault-core" }
toml = "0.8.20"
usvg = "0.45.0"
resvg = "0.45.0"
tiny-skia = "0.11.4"
Binary file added bitvault-ui/assets/NotoSans-Regular.ttf
Binary file not shown.
40 changes: 40 additions & 0 deletions bitvault-ui/assets/onboarding1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions bitvault-ui/assets/onboarding2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading