Skip to content

Commit

Permalink
Only enable av1-grain/serialize with rav1e/serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored and shssoichiro committed Jan 2, 2024
1 parent 16d1c39 commit 22c6f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tracing = [
"dep:tracing"
]
scenechange = []
serialize = ["serde", "toml", "v_frame/serialize", "serde-big-array"]
serialize = ["serde", "toml", "v_frame/serialize", "serde-big-array", "av1-grain/serialize"]
wasm = ["wasm-bindgen"]

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

0 comments on commit 22c6f05

Please sign in to comment.