Skip to content

Commit

Permalink
includes modified version of table from forked iced_aw to get build w…
Browse files Browse the repository at this point in the history
…orking again
  • Loading branch information
yeastplume committed Apr 11, 2024
1 parent 5b39461 commit ee1f032
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 1,554 deletions.
81 changes: 7 additions & 74 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ iced_futures = { version = "0.12", features = ["async-std"] }
iced_style = {version = "0.12"}
iced_renderer = { version = "0.12" }
iced_core = { version = "0.12" }
iced_aw = { version = "0.8", default-features = false, features = ["card", "modal"]}
#iced_aw = { path = "../iced_aw", default-features = false, features = ["card", "modal", "table"]}
iced_aw = { git = "https://github.com/yeastplume/iced_aw.git", branch = "table_widget", default-features = false, features = ["card", "modal", "table"]}

plotters-iced = "0.10.0"
plotters="0.3"
Expand Down
3 changes: 2 additions & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ iced_core = { version = "0.12" }
iced_style = "0.12"
iced_graphics = { version = "0.12" }
iced_renderer = { version = "0.12", features = ["wgpu"] }
iced_aw = { version = "0.8", default-features = false, features = ["card", "modal"]}
#iced_aw = { path = "../../../iced_aw", default-features = false, features = ["card", "modal", "table"]}
iced_aw = { git = "https://github.com/yeastplume/iced_aw.git", branch = "table_widget", default-features = false, features = ["card", "modal", "table"]}

[dev-dependencies]
tempfile = "3.2.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ pub mod fs;
pub mod logger;
pub mod network;
pub mod node;
pub mod style;
pub mod theme;
#[cfg(feature = "wgpu")]
pub mod utility;
pub mod wallet;
pub mod widget;

#[macro_use]
extern crate lazy_static;
Expand Down
58 changes: 0 additions & 58 deletions crates/core/src/style/header.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/core/src/style/mod.rs

This file was deleted.

Loading

0 comments on commit ee1f032

Please sign in to comment.