aboutsummaryrefslogtreecommitdiff
path: root/lvc/codec-web/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-03-09 22:48:33 +0100
committermetamuffin <metamuffin@disroot.org>2023-03-09 22:48:33 +0100
commit680b08e6b9d64284b7992fb52a23e5f891291406 (patch)
treeabe30a9f18be09ef931b4b6357d216f6ba982095 /lvc/codec-web/Cargo.toml
parentc45f80a14ecd00914eb1d4e8f628b74a713667ba (diff)
downloadvideo-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar
video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.bz2
video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.zst
rename + readme
Diffstat (limited to 'lvc/codec-web/Cargo.toml')
-rw-r--r--lvc/codec-web/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/lvc/codec-web/Cargo.toml b/lvc/codec-web/Cargo.toml
deleted file mode 100644
index f1a3f6a..0000000
--- a/lvc/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.84"
-js-sys = "0.3.61"
-console_error_panic_hook = "0.1.7"