vu 0.4.0

A simple image viewer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "vu"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple image viewer"
homepage = "https://github.com/frnsys/vu"
readme = "README.md"
keywords = [
    "image-viewer",
    "wayland",
]
license = "MIT"
repository = "https://github.com/frnsys/vu"

[lib]
name = "vu"
path = "src/lib.rs"

[[bin]]
name = "vu"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bpaf]
version = "0.9.25"
features = ["derive"]

[dependencies.fast_image_resize]
version = "6.0.0"

[dependencies.fontdue]
version = "0.9.3"

[dependencies.image]
version = "0.25.9"

[dependencies.pixels]
version = "0.14.0"

[dependencies.winit]
version = "0.29"
features = [
    "wayland",
    "rwh_05",
]
default-features = false

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"