Skip to content

Commit 22c6f05

Browse files
FreezyLemonshssoichiro
authored andcommitted
Only enable av1-grain/serialize with rav1e/serialize
1 parent 16d1c39 commit 22c6f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tracing = [
5656
"dep:tracing"
5757
]
5858
scenechange = []
59-
serialize = ["serde", "toml", "v_frame/serialize", "serde-big-array"]
59+
serialize = ["serde", "toml", "v_frame/serialize", "serde-big-array", "av1-grain/serialize"]
6060
wasm = ["wasm-bindgen"]
6161

6262
# Enables debug dumping of lookahead computation results, specifically:
@@ -110,7 +110,7 @@ wasm-bindgen = { version = "0.2.89", optional = true }
110110
nom = { version = "7.1.3", optional = true }
111111
new_debug_unreachable = "1.0.4"
112112
once_cell = "1.19.0"
113-
av1-grain = { version = "0.2.2", features = ["serialize"] }
113+
av1-grain = "0.2.2"
114114
serde-big-array = { version = "0.5.1", optional = true }
115115
profiling = { version = "1" }
116116
tracing-subscriber = { version = "0.3.18", optional = true }

0 commit comments

Comments
 (0)