# 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 = "2021" name = "tarsila" version = "0.1.1" authors = ["Y. D. Santos "] description = "GUI image editor for pixel art" homepage = "https://github.com/yds12/tarsila" documentation = "https://docs.rs/tarsila/latest/" readme = "README.md" keywords = [ "image", "pixel", "pixel-art", "image-editor", "editor", ] categories = [ "game-development", "graphics", "multimedia", "multimedia::images", "rendering", ] license = "MIT/Apache-2.0" repository = "https://github.com/yds12/tarsila" resolver = "1" [dependencies.egui] version = "0.21.0" [dependencies.egui-macroquad] version = "0.15.0" default-features = false [dependencies.lapix] version = "0.1.1" [dependencies.macroquad] version = "0.3.25" [dependencies.rfd] version = "0.10.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.40"