gdritter repos axidraw-experiments / master Cargo.toml
master

Tree @master (Download .tar.gz)

Cargo.toml @master

04f6508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68ebbf5
 
 
 
b7d2ac9
 
 
 
 
 
 
 
 
95ce928
8e6016f
 
 
[package]
name = "axidraw-experiments"
version = "0.1.0"
authors = ["Getty Ritter <gettylefou@gmail.com>"]

[dependencies]
gunpowder_treason = { path = "../gunpowder_treason" }
rand = "*"
itertools = "*"

[[bin]]
name = "circles"
path = "src/circles.rs"

[[bin]]
name = "hexes"
path = "src/hexes.rs"

[[bin]]
name = "grid"
path = "src/grid.rs"

[[bin]]
name = "sunburst"
path = "src/sunburst.rs"

[[bin]]
name = "planets"
path = "src/planets.rs"

[[bin]]
name = "space"
path = "src/space.rs"