Skip to content

Commit de3ea51

Browse files
authored
Merge pull request #14 from hecrj/design-overhaul
Improve design of `Conversation` and `Search` screens
2 parents 8048da5 + ba24578 commit de3ea51

File tree

13 files changed

+1110
-671
lines changed

13 files changed

+1110
-671
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/hecrj/icebreaker"
99

1010
[dependencies]
1111
icebreaker_core.workspace = true
12+
function.workspace = true
1213
itertools.workspace = true
1314
log.workspace = true
1415
open.workspace = true
@@ -67,10 +68,10 @@ large-enum-variant = "allow"
6768

6869
[patch.crates-io]
6970
iced.git = "https://github.com/iced-rs/iced.git"
70-
iced.rev = "d475ae5b454b82cb549d6dd961ae158eb5ac7f19"
71+
iced.rev = "148fc77b8fbe0c8ad9b85428aa4c3bdac80c4b19"
7172

7273
iced_core.git = "https://github.com/iced-rs/iced.git"
73-
iced_core.rev = "d475ae5b454b82cb549d6dd961ae158eb5ac7f19"
74+
iced_core.rev = "148fc77b8fbe0c8ad9b85428aa4c3bdac80c4b19"
7475

7576
iced_palace.git = "https://github.com/hecrj/iced_palace"
76-
iced_palace.rev = "14506bd5b97afe360603eaeb0da2611eab35f14c"
77+
iced_palace.rev = "cb8f841b638c3886c6582e3d7f2e1de8c67e2e2b"

0 commit comments

Comments
 (0)