f-paint 0.1.0

A frame-by-frame animation and drawing editor written in Rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"