[package]
edition = "2024"
name = "f-paint"
version = "0.1.0"
authors = ["baksi <baksi.art@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A frame-by-frame animation and drawing editor written in Rust"
homepage = "https://github.com/baksi2a/f-paint"
documentation = "https://docs.rs/f-paint"
readme = "README.md"
keywords = [
"animation",
"drawing",
"editor",
"graphics",
"frame",
]
categories = [
"graphics",
"gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/baksi2a/f-paint"
[[bin]]
name = "f-paint"
path = "src/main.rs"
[dependencies.eframe]
version = "0.33.3"
[dependencies.egui]
version = "0.33.3"