Second step transitioning to Rust 2018.

This commit is contained in:
Nathan Vegdahl 2018-12-16 12:07:11 -08:00
parent 8deb1e87bb
commit 5fb349cc49
11 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,7 @@ members = [
name = "psychopath" name = "psychopath"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
[profile.release] [profile.release]
debug = true debug = true

View File

@ -2,6 +2,7 @@
name = "bvh_order" name = "bvh_order"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"

View File

@ -2,6 +2,7 @@
name = "color" name = "color"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"

View File

@ -2,6 +2,7 @@
name = "float4" name = "float4"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "halton" name = "halton"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"

View File

@ -2,6 +2,7 @@
name = "math3d" name = "math3d"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "mem_arena" name = "mem_arena"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "oct32norm" name = "oct32norm"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "sobol" name = "sobol"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "spectra_xyz" name = "spectra_xyz"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]

View File

@ -2,6 +2,7 @@
name = "trifloat" name = "trifloat"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"] authors = ["Nathan Vegdahl <cessen@cessen.com>"]
edition = "2018"
license = "MIT" license = "MIT"
[lib] [lib]