mksvg 0.3.0

A Crate for writing svgs and laying out printable cards
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.anyhow]
version = "1.0.31"

[dependencies.num]
version = "0.1"

[dependencies.thiserror]
version = "1.0.19"

[package]
authors = ["coderconvoy <thebeaky@psmail.net>"]
description = "A Crate for writing svgs and laying out printable cards"
edition = "2018"
license = "MIT"
name = "mksvg"
readme = "readme.md"
repository = "https://github.com/storyfeet/mksvg_rs"
version = "0.3.0"