convert proc-macro for generating Context trait to a build script in hopes of getting...
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 21 May 2021 01:47:48 +0000 (18:47 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 21 May 2021 01:47:48 +0000 (18:47 -0700)
commitb1207f3114028406f12d35f7511a52dbfebdb3ad
treee96795ebc7fd67f133792dca19835f8e498c5ba2
parentfc130c84735dc6f326bf562392a4ccc956664ebe
convert proc-macro for generating Context trait to a build script in hopes of getting rust-analyzer to not hang
Cargo.toml
build.rs [new file with mode: 0644]
src/traits.rs
vector-math-build-helpers/Cargo.toml [new file with mode: 0644]
vector-math-build-helpers/src/lib.rs [new file with mode: 0644]
vector-math-proc-macro/Cargo.toml [deleted file]
vector-math-proc-macro/src/lib.rs [deleted file]