Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
xasopheno committed Jun 28, 2023
1 parent 62c5048 commit 2471e91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 4 additions & 6 deletions 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ serde_derive = "1.0.164"
colored = "2.0.0"
pbr = { version="1.1.1", optional=true }
num-rational = "0.4.1"
rayon = "1.5.1"
indexmap = { version = "2.0.0", features = ["serde"] }
rayon = "1.7.0"
difference = "2.0.0"
term = "0.7.0"
uuid = { version = "0.8.2", features = ["v4", "stdweb"] }
Expand Down
5 changes: 4 additions & 1 deletion core/src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ pub fn were_so_cool_logo(action: Option<&str>, filename: Option<String>) {
"\n**** WereSoCool".truecolor(250, 180, 220).bold(),
format!("v{} ****", VERSION).truecolor(250, 180, 220).bold()
);
println!(
"{}",
"~~~ https://weresocool.org ~~~".truecolor(150, 150, 150)
);
println!("{}", "--- Make cool sounds. ---".truecolor(250, 134, 200));
println!(
"{}",
"--- Impress your friends/pets/plants. ---".truecolor(250, 134, 200)
);
println!("{}", "https://weresocool.org".truecolor(150, 150, 150));
// println!(
// "{}",
// "~~~ Catchy tunes for your next seizure. ~~~"
Expand Down
2 changes: 1 addition & 1 deletion instrument/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ weresocool_shared = { path = "../shared", version = "^1.0.47" }
scop = { path = "../scop", version = "^1.0.47" }
serde = { version = "1.0.164", features = ["derive"] }
reverb = { path = "reverb", version = "^1.0.47" }
rayon = "1.5.1"
num-rational = "0.4.1"
rayon = "1.7.0"
rand = { version="0.7.3", features=["wasm-bindgen"]}
num-traits = "0.2.14"

Expand Down

0 comments on commit 2471e91

Please sign in to comment.