beaux2d 0.2.2

An easy-to-use rust graphics library for drawing on a canvas. It is built on top of SDL2.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies.sdl2]
version = "0.35.2"

[package]
description = "An easy-to-use rust graphics library for drawing on a canvas. It is built on top of SDL2."
edition = "2021"
license = "MIT"
name = "beaux2d"
readme = "README.md"
version = "0.2.2"