paint/Cargo.toml

14 lines
270 B
TOML
Raw Permalink Normal View History

2023-11-02 21:18:38 +01:00
[package]
2023-12-20 23:55:58 +01:00
name = "paint"
2023-11-02 21:18:38 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = "0.23.0"
egui = "0.23.0"
egui_file = "0.11.0"
image = "0.24.7"
micro_ndarray = "0.6.1"