init basic image viewer
This commit is contained in:
commit
e3bb0bf327
9 changed files with 5222 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue