decal 0.6.0

Declarative DSL for describing scenes and rendering them to SVG or PNG
Documentation
1
2
3
4
5
6
7
8
9
mod finite_f32;
mod node_builder;
mod normalized_f32;
mod positive_f32;

pub(crate) use finite_f32::*;
pub(crate) use node_builder::*;
pub(crate) use normalized_f32::*;
pub(crate) use positive_f32::*;