WolframResearch / wstp-rs

Rust bindings to the Wolfram Symbolic Transport Protocol (WSTP)
Apache License 2.0
21 stars 3 forks source link

cleanup: Remove unused dependency on bindgen in wstp-sys build script #56

Closed ConnorGray closed 1 year ago

ConnorGray commented 1 year ago

wstp-sys was previously changed to use only pre-generated bindings, so there is no need for bindgen to generate them at compile time. bindgen still being listed as a dependency was an oversight; it should be been deleleted before.