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
10
11
12
13
14
15
16
17
mod border;
mod corner_radius;
mod dimensions;
mod gap;
mod margin;
mod overflow;
mod padding;
mod paint;

pub use border::*;
pub use corner_radius::*;
pub use dimensions::*;
pub use gap::*;
pub use margin::*;
pub use overflow::*;
pub use padding::*;
pub use paint::*;