dinamika 0.1.0

Umbrella crate for the dinamika toolkit: re-exports the dinamika-cpu raster renderer and the dinamika-core declarative animation library.
Documentation
1
2
3
4
5
6
7
8
9
//! `dinamika` — umbrella crate: re-exports the raster renderer
//! [`dinamika_cpu`] (as [`cpu`]) and the animation library
//! [`dinamika_core`] (as [`core`]).

pub use dinamika_cpu as cpu;
pub use dinamika_core as core;

// Convenient flat access to the public animation API.
pub use dinamika_core::*;