init basic image viewer

This commit is contained in:
electria 2026-06-28 10:14:56 -07:00
commit e3bb0bf327
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
9 changed files with 5222 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "imagey"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = [ "image" ] }
dirs = "6.0.0"
image = "0.25.10"