spritesheet_detector 0.2.1

A library to analyze spritesheets and detect sprite dimensions and frame count.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "spritesheet_detector"
version = "0.2.1"
authors = ["mirsella <mirsella@protonmail.com>"]
edition = "2024"
description = "A library to analyze spritesheets and detect sprite dimensions and frame count."
repository = "https://github.com/mirsella/spritesheet_detector"
keywords = ["gamedev", "bevy", "spritesheet", "animation"]
license = "MIT"

[dependencies]
image = "0.25"
serde = { version = "1", features = ["derive"], optional = true }

[features]
serde = ["dep:serde"]