rust_render_101 0.1.8

A p5js-style 2D graphics library for rust, based on minifb.
Documentation
[package]

name = "rust_render_101"

version = "0.1.8"

edition = "2021"

authors = ["Arthur Dugnolle arthur.dugnolle@gmail.com"]

license = "MIT"

repository = "https://www.github.com/ArthurDgl/rust-render-101.git"

readme = "README.md"

description = "A p5js-style 2D graphics library for rust, based on minifb."

include = [

    "src/lib.rs",

    "Cargo.toml",

    "LICENSE.txt",

    "README.md",

    "fonts/*"

]



[dependencies]

minifb = "0.27.0"

image = "0.25.4"

rand = "0.9.0-alpha.2"

earcutr = "0.4.3"

fontdue = "0.9.2"