line_plot 0.1.2

2d line plot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "line_plot"
version = "0.1.2"
authors = ["Joseph Mark <sjeohp@gmail.com>"]
license = "MIT"
description = "2d line plot"
repository = "https://github.com/sjeohp/line_plot.git"
keywords = ["2d", "line", "plot"]

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

[dependencies]
glhelper = "0.1.8"
sdl2 = "0.29.1"
nalgebra = "0.12.2"
gl = "0.6.1"