gridsim-ui 0.1.0

A library for rendering grids from gridsim
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gridsim-ui"
version = "0.1.0"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
description = "A library for rendering grids from gridsim"
license = "MIT"
documentation = "https://docs.rs/gridsim-ui/"
repository = "https://github.com/vadixidav/gridsim-ui"

[dependencies]
gridsim = "0.1.1"
glium = "0.19.0"
cgmath = "0.16.0"