Skip to content

Commit

Permalink
crates: shadow_crates + Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jun 24, 2023
1 parent b81edb3 commit 2f8990c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 28 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ shadow_kill_chip = {path = "crates/shadow_kill_chip"}
shadow_text = {path = "crates/shadow_text"}
shadow_number_formatter = {path = "crates/shadow_number_formatter"}
shadow_metrics = {path = "crates/shadow_metrics"}
shadow_model = {path = "crates/shadow_model"}
shadow_license = {path = "crates/shadow_license"}
shadow_features = {path = "crates/shadow_features"}
shadow_table = {path = "crates/shadow_table"}
Expand Down
3 changes: 2 additions & 1 deletion crates/shadow_charts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ serde_json = { workspace = true }
tracing = { workspace = true }
wasm-bindgen = { workspace = true, features = ["serde-serialize"] }
shadow_number_formatter = { workspace = true }
shadow_finite = { workspace = true }
shadow_finite = { workspace = true }
web-sys = "0.3.64"
1 change: 0 additions & 1 deletion crates/shadow_charts/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use super::charts_config::{ChartColors, ChartConfig};
use shadow_number_formatter::NumberFormatter;
use num::ToPrimitive;
use std::borrow::Cow;
use web_sys as dom;

#[allow(clippy::struct_excessive_bools)]
#[derive(Clone, Copy)]
Expand Down

0 comments on commit 2f8990c

Please sign in to comment.