aboutsummaryrefslogtreecommitdiff
path: root/bv1/codec-web/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-05 15:09:54 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-05 15:09:54 +0200
commit306f96164784a8cbf405e72fa4364d6523366e95 (patch)
tree51717fc139871baa438aad806f4923669ae0896c /bv1/codec-web/Cargo.toml
parent9cc089e2d6e841879e430b01d2f3d92c8820523e (diff)
downloadvideo-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar
video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.bz2
video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.zst
old dir
Diffstat (limited to 'bv1/codec-web/Cargo.toml')
-rw-r--r--bv1/codec-web/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/bv1/codec-web/Cargo.toml b/bv1/codec-web/Cargo.toml
deleted file mode 100644
index 7c1892c..0000000
--- a/bv1/codec-web/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "codec-web"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-bv1 = { path = "../codec" }
-wasm-bindgen = "0.2.92"
-js-sys = "0.3.69"
-console_error_panic_hook = "0.1.7"