Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Nov 17, 2024
1 parent 6ac1d12 commit 118bc61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ edition = "2021"

[dependencies]
console_error_panic_hook = "0.1.7"
console_log = "0.2.0"
log = "0.4.16"
getrandom = { version = "0.2.6", features = ["js"] }
gloo-timers = { version = "0.2.4", features = ["futures"] }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ fn MoveHistory() -> View {

fn main() {
console_error_panic_hook::set_once();
console_log::init().expect("could not initialize console_log");

sycamore::render(App)
}

0 comments on commit 118bc61

Please sign in to comment.