RustAudio / coreaudio-sys

Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
MIT License
69 stars 38 forks source link

Disable rustfmt on the bindings, as it can occasionally cause build breakage #13

Closed Rhuagh closed 6 years ago

Rhuagh commented 6 years ago

This change is Reviewable

Rhuagh commented 6 years ago

Fixes #7.

Rhuagh commented 6 years ago

By default, bindgen will run rustfmt on the generated bindings (internally in bindgen, not user requested). This can sometimes mess up the generated code so it doesn't compile. This PR disables that default behaviour.