Twinklebear / oidn-rs

Rust bindings to Intel's OpenImageDenoise Library
MIT License
24 stars 12 forks source link

Add proper "links" entry to Cargo.toml #20

Closed techninja1008 closed 2 years ago

techninja1008 commented 2 years ago

See https://doc.rust-lang.org/cargo/reference/build-scripts.html#overriding-build-scripts for more info on why this is useful.

TL;DR - it allows more flexible control over how OpenImageDenoise is linked in.

Twinklebear commented 2 years ago

Thanks @techninja1008 !