hex_renderer 0.2.9

Renderer for patterns in hexcasting (a mod for minecraft)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hex_renderer"
version = "0.2.9"
authors = ["JohnDog3112 <JohnDog3112@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer for patterns in hexcasting (a mod for minecraft)"
readme = "README.md"
keywords = [
    "hexcasting",
    "hex",
]
categories = ["rendering"]
license = "MIT"
repository = "https://github.com/JohnDog3112/Hex-Renderer"

[lib]
name = "hex_renderer"
path = "src/lib.rs"

[[bin]]
name = "hex_renderer"
path = "src/main.rs"

[[example]]
name = "01_patterns_and_defaults"
path = "examples/01_patterns_and_defaults.rs"

[[example]]
name = "02_pattern_options"
path = "examples/02_pattern_options.rs"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rusttype]
version = "0.9.3"

[dependencies.tiny-skia]
version = "0.11.1"