This repository has been archived on 2025-06-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-02-19 23:08:31 +03:00
|
|
|
[package]
|
|
|
|
|
name = "graphics"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-03-23 23:06:27 +03:00
|
|
|
gtk = { package = "gtk4", version = "0.9.6", features=["v4_10"] }
|
|
|
|
|
image = "0.24"
|
|
|
|
|
# gtk4 = "0.9.6"
|
|
|
|
|
# show-image = "0.14.0"
|
|
|
|
|
# image2 = "1.9.2"
|