X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-itu%2FCargo.toml;h=19eaa50965232f9cbd34cf489e313890dcc9fb96;hb=HEAD;hp=2c5521a79da6dd3a0c6e434c8a0cf0c7f4256ff8;hpb=696e4e20bf7167121352f247893370cb83213d5c;p=nihav.git diff --git a/nihav-itu/Cargo.toml b/nihav-itu/Cargo.toml index 2c5521a..8badb20 100644 --- a/nihav-itu/Cargo.toml +++ b/nihav-itu/Cargo.toml @@ -3,6 +3,7 @@ name = "nihav_itu" version = "0.1.0" authors = ["Kostya Shishkov "] edition = "2018" +rust-version = "1.69" [dependencies.nihav_core] path = "../nihav-core" @@ -11,10 +12,11 @@ path = "../nihav-core" path = "../nihav-codec-support" [dev-dependencies] -nihav_commonfmt = { path = "../nihav-commonfmt" } +nihav_commonfmt = { path = "../nihav-commonfmt", default-features=false, features = ["all_demuxers"] } [features] -default = ["all_decoders"] +default = ["all_decoders", "simd"] +simd = [] #enable when the default rustc is >=1.62 all_decoders = ["all_video_decoders"] decoders = []