Releases: foresterre/miniview
Releases · foresterre/miniview
v0.5.1
v0.5.0
Notable changes:
- Added pixels (based on wgpu) backend
- Changed default backend to pixels because of various issues with piston-window backend
Note: pixels backend not supported on MacOS
v0.4.1
- upgrade piston_window dependency
v0.4.0
- Refactor to allow library usage
- As a result, the created window longer blocks the main thread but operates from a child thread instead (thanks to @kgrzywocz for suggestions and feedback!)
v0.3.0
- Added
--allow-window-resize
flag
v0.2.0
- Added
--fullscreen
flag
miniview-0.1.0
- Added support for
miniview --from-path <PATH_TO_IMAGE>
- Added support for
miniview --from-stdin-path
- Added support for
miniview --from-stdin-bytes
Miniview uses piston_window
to create a window and display content, the image
crate to support all kinds of image formats and clap
to handle cli options and flags. Thanks (also to all other dependencies)!