convert proc-macro for generating Context trait to a build script in hopes of getting...
[vector-math.git] / Cargo.toml
index a5b7fd4ef293b6c4b9ccce87626ee64696336178..d709c7a2fe72bbb09ea6af02e1533a5e6625a114 100644 (file)
@@ -9,7 +9,10 @@ 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" }
+
+[build-dependencies]
+vector-math-build-helpers = { version = "=0.1.0", path = "vector-math-build-helpers" }
+which = "3"
 
 [features]
 default = ["fma"]
@@ -26,4 +29,4 @@ rug = "1.12.0"
 az = "1.1.1"
 
 [workspace]
-members = [".", "vector-math-proc-macro"]
+members = [".", "vector-math-build-helpers"]