# 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 = "color-splotch" version = "0.1.0" description = "A drawing and animation program for children" readme = "README.md" license = "GPL-2.0-or-later" resolver = "2" [package.metadata.bundle] name = "ColorSplotch" identifier = "org.abridgegame.colorsplotch" icon = [ "32x32.png", "128x128.png", ] copyright = "Copyright (c) David Roundy 2022. All rights reserved." category = "Graphics and Design" short_description = "A drawing and animation program for children." long_description = """ A drawing program designed for kindergarten-level children, Color Splotch is designed to be used without keyboard or menus. """ [profile.release] lto = "thin" [dependencies.bincode] version = "1.3.3" [dependencies.dirs] version = "4.0.0" [dependencies.gif] version = "0.11.4" [dependencies.glam] version = "0.21.3" features = ["serde"] [dependencies.macroquad] version = "0.3.0" default-features = false [dependencies.ordered-float] version = "3.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"