diff --git a/Cargo.toml b/Cargo.toml index 3b655ff..de9710a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ members = [ name = "psychopath" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" [profile.release] debug = true diff --git a/sub_crates/bvh_order/Cargo.toml b/sub_crates/bvh_order/Cargo.toml index 623ca09..e607964 100644 --- a/sub_crates/bvh_order/Cargo.toml +++ b/sub_crates/bvh_order/Cargo.toml @@ -2,6 +2,7 @@ name = "bvh_order" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" build = "build.rs" diff --git a/sub_crates/color/Cargo.toml b/sub_crates/color/Cargo.toml index a54edf6..78f8d35 100644 --- a/sub_crates/color/Cargo.toml +++ b/sub_crates/color/Cargo.toml @@ -2,6 +2,7 @@ name = "color" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" build = "build.rs" diff --git a/sub_crates/float4/Cargo.toml b/sub_crates/float4/Cargo.toml index d7c4b70..3cc0324 100644 --- a/sub_crates/float4/Cargo.toml +++ b/sub_crates/float4/Cargo.toml @@ -2,6 +2,7 @@ name = "float4" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/halton/Cargo.toml b/sub_crates/halton/Cargo.toml index 31a7dbe..1291129 100644 --- a/sub_crates/halton/Cargo.toml +++ b/sub_crates/halton/Cargo.toml @@ -2,6 +2,7 @@ name = "halton" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" build = "build.rs" diff --git a/sub_crates/math3d/Cargo.toml b/sub_crates/math3d/Cargo.toml index 53c875f..5547f6b 100644 --- a/sub_crates/math3d/Cargo.toml +++ b/sub_crates/math3d/Cargo.toml @@ -2,6 +2,7 @@ name = "math3d" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/mem_arena/Cargo.toml b/sub_crates/mem_arena/Cargo.toml index 5a840f3..e297db3 100644 --- a/sub_crates/mem_arena/Cargo.toml +++ b/sub_crates/mem_arena/Cargo.toml @@ -2,6 +2,7 @@ name = "mem_arena" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/oct32norm/Cargo.toml b/sub_crates/oct32norm/Cargo.toml index 5fd729d..294ac5a 100644 --- a/sub_crates/oct32norm/Cargo.toml +++ b/sub_crates/oct32norm/Cargo.toml @@ -2,6 +2,7 @@ name = "oct32norm" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/sobol/Cargo.toml b/sub_crates/sobol/Cargo.toml index 0ff2538..ccc4254 100644 --- a/sub_crates/sobol/Cargo.toml +++ b/sub_crates/sobol/Cargo.toml @@ -2,6 +2,7 @@ name = "sobol" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/spectra_xyz/Cargo.toml b/sub_crates/spectra_xyz/Cargo.toml index dbf0d61..b46401a 100644 --- a/sub_crates/spectra_xyz/Cargo.toml +++ b/sub_crates/spectra_xyz/Cargo.toml @@ -2,6 +2,7 @@ name = "spectra_xyz" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib] diff --git a/sub_crates/trifloat/Cargo.toml b/sub_crates/trifloat/Cargo.toml index 5af1740..05b8f01 100644 --- a/sub_crates/trifloat/Cargo.toml +++ b/sub_crates/trifloat/Cargo.toml @@ -2,6 +2,7 @@ name = "trifloat" version = "0.1.0" authors = ["Nathan Vegdahl "] +edition = "2018" license = "MIT" [lib]