Skip to content

Commit

Permalink
lots of tweaks and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Mar 28, 2024
1 parent 93ecaaa commit ed45d94
Show file tree
Hide file tree
Showing 15 changed files with 431 additions and 183 deletions.
159 changes: 158 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Desktop terminal for cryptocurrency exchanges"
binance-rs-async = { version = "1.3.2", default_features = false, features = ["rustls-tls", "wallet_api"] }
chrono = "0.4.31"
futures = "0.3.28"
iced = { version = "0.12.0", features = ["tokio", "debug", "lazy", "svg"] }
iced = { version = "0.12.0", features = ["tokio", "debug", "lazy", "svg", "image", "advanced"] }
iced_futures = "0.12.0"
meval = "0.2.0"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion assets/Dynasty.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleDisplayName</key>
<string>Halloy</string>
<string>Dynasty</string>
<key>NSRequiresAquaSystemAppearance</key>
<string>NO</string>
</dict>
Expand Down
Binary file modified assets/Dynasty.app/Contents/Resources/dynasty.icns
Binary file not shown.
Binary file modified assets/dynasty.icns
Binary file not shown.
Loading

0 comments on commit ed45d94

Please sign in to comment.