This produces identical results, but generates the direction vectors from the original sources at build time. This makes the source code quite a bit leaner, and will also make it easier to play with other direction vectors in the future if the opportunity arises.
12 lines
186 B
TOML
12 lines
186 B
TOML
[package]
|
|
name = "sobol"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "sobol"
|
|
path = "src/lib.rs"
|