tinyase_demo 0.1.2

Demo application for the tinyase Aseprite file parser
# 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 = "tinyase_demo"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Demo application for the tinyase Aseprite file parser"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/EvansJahja/tinyase_project"

[[bin]]
name = "tinyase_demo"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.pixels]
version = "0.15.0"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.tinyase]
version = "0.1.0"

[dependencies.winit]
version = "0.30.12"