Skip to content

Commit

Permalink
Remove unused dependencies from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozycki committed Dec 22, 2024
1 parent 8abc347 commit 6b4531b
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 144 deletions.
109 changes: 0 additions & 109 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion animation-wasm-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
animation-api = { path = "../animation-api" }
animation-utils = { path = "../animation-utils" }
lightfx = { path = "../lightfx" }

itertools = "0.13.0"
Expand Down
1 change: 0 additions & 1 deletion animations/audio-visualizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" }
animation-api = { path = "../../animation-api" }
lightfx = { path = "../../lightfx" }

itertools = "0.10.5"
serde = "1.0.215"

[dependencies.animation-wasm-bindings]
Expand Down
Loading

0 comments on commit 6b4531b

Please sign in to comment.