chore: don't depend on image default features

pull/23/head
Kyle Clemens 2018-11-07 09:05:06 -05:00
parent cfa679315b
commit ea57fff944
No known key found for this signature in database
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" }
maintenance = { status = "passively-maintained" }
[dependencies]
image = { version = "0.20", optional = true }
image = { version = "0.20", default-features = false, optional = true }
checked_int_cast = "1"
[features]