katyo / oboe-rs

Rust bindings for Oboe high-performance audio IO Android library
64 stars 22 forks source link

No bindings when build from git #3

Closed inferrna closed 4 years ago

inferrna commented 4 years ago

Config:

oboe = { git = "https://github.com/katyo/oboe-rs.git" }

Output:

/home/inferno/.cargo/git/checkouts/oboe-rs-d5611afad1477cfd/8bf93ee/oboe-sys/src/bindings_armv7.rs: No such file or directory (os error 2)
katyo commented 4 years ago

Of course, it because I doesn't planned to track generated bindings by git. But I can add this when needed. Right?

inferrna commented 4 years ago

You can even to automate it. For example - check exists of bindings in build.rs.

katyo commented 4 years ago

Hmm, interesting idea.