anim8 1.1.0

Animation toolset
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "anim8"
version = "1.1.0"
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
edition = "2021"
description = "Animation toolset"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/PsichiX/anim8"
repository = "https://github.com/PsichiX/anim8"
documentation = "https://docs.rs/anim8"
readme = "README.md"

[features]
scalar64 = []

[dependencies]
serde = { version = "1", features = ["derive"] }