mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Move int-enum as required depedency
This commit is contained in:
@@ -17,7 +17,7 @@ getopts = "0.2"
|
||||
gettext = "0.4"
|
||||
html_parser = "0.6.3"
|
||||
indicatif = "0.17.0-rc.10"
|
||||
int-enum = { version = "0.4", optional = true }
|
||||
int-enum = "0.4"
|
||||
json = "0.12"
|
||||
lazy_static = "1.4"
|
||||
regex = "1"
|
||||
@@ -35,7 +35,7 @@ cmake = { version = "0.1", optional = true }
|
||||
[features]
|
||||
all = ["exif", "ugoira"]
|
||||
avdict = ["bindgen", "cmake", "flagset"]
|
||||
exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "int-enum", "utf16string"]
|
||||
exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "utf16string"]
|
||||
ugoira = ["avdict", "bindgen", "cmake", "link-cplusplus"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
||||
@@ -9,7 +9,6 @@ extern crate flagset;
|
||||
extern crate futures_util;
|
||||
extern crate json;
|
||||
extern crate indicatif;
|
||||
#[cfg(feature = "int-enum")]
|
||||
extern crate int_enum;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
Reference in New Issue
Block a user