Skip to content

Commit

Permalink
Remove once_cell dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and GStreamer Marge Bot committed Oct 21, 2024
1 parent d6e7031 commit 7e59c3f
Show file tree
Hide file tree
Showing 248 changed files with 1,068 additions and 1,145 deletions.
48 changes: 0 additions & 48 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ edition = "2021"
rust-version = "1.80"

[workspace.dependencies]
once_cell = "1"
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master", features=["use_glib"] }
Expand Down
1 change: 0 additions & 1 deletion audio/audiofx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ nnnoiseless = { version = "0.5", default-features = false }
smallvec = "1"
atomic_refcell = "0.1"
rayon = "1.5"
once_cell.workspace = true

[lib]
name = "gstrsaudiofx"
Expand Down
Loading

0 comments on commit 7e59c3f

Please sign in to comment.