File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.1
2+ - Revert removed ` image ` features
3+
14## 0.8.0
25- Remove unneeded features and update dependencies
36- Use Catmull-Rom for up/downscaling
Original file line number Diff line number Diff line change 11[package ]
22name = " viuer"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44authors = [" Atanas Yankov <atanas.yankov98@gmail.com>" ]
55edition = " 2021"
66description = " Display images in the terminal"
@@ -17,10 +17,7 @@ ansi_colours = "1"
1717base64 = " 0.22"
1818console = { version = " 0.15" , default-features = false }
1919crossterm = { version = " 0.28" , default-features = false }
20- image = { version = " 0.25" , default-features = false , features = [
21- " rayon" ,
22- " png" ,
23- ] }
20+ image = " 0.25"
2421lazy_static = " 1.5"
2522tempfile = " 3"
2623termcolor = " 1"
You can’t perform that action at this time.
0 commit comments