switch to using separate VecBool8/16/32/64
[vector-math.git] / Cargo.toml
index 5f82460a1e0c49ffa8d95b64b8d795ac0eec75e5..858dbd9fb34bdc8b700d562657ce010cf2109851 100644 (file)
@@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
 half = { version = "1.7.1", optional = true }
 typed-arena = { version = "2.0.1", optional = true }
 core_simd = { version = "0.1.0", git = "https://github.com/rust-lang/stdsimd", optional = true }
+vector-math-proc-macro = { version = "=0.1.0", path = "vector-math-proc-macro" }
 
 [features]
 default = ["f16", "fma"]
@@ -17,3 +18,6 @@ fma = ["std"]
 std = []
 ir = ["std", "typed-arena"]
 stdsimd = ["core_simd"]
+
+[workspace]
+members = [".", "vector-math-proc-macro"]