File: 0003-Remove-wasm-feature.patch

package info (click to toggle)
rust-rav1e 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 11,428 kB
  • sloc: asm: 203,824; makefile: 25
file content (29 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Sebastian Ramacher <sramacher@debian.org>
Date: Thu, 29 Dec 2022 11:15:26 +0100
Subject: Remove wasm feature

---
 Cargo.toml | 5 -----
 1 file changed, 5 deletions(-)

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -92,7 +92,6 @@
     "dep:tracing",
 ]
 unstable = []
-wasm = ["wasm-bindgen"]
 
 [lib]
 name = "rav1e"
@@ -271,10 +270,6 @@
 [dependencies.v_frame]
 version = "0.3.7"
 
-[dependencies.wasm-bindgen]
-version = "0.2.90"
-optional = true
-
 [dependencies.y4m]
 version = "0.8"
 optional = true