gwihlidal / intel-tex-rs

Rust bindings for Intel's ISPC texture compression
Apache License 2.0
23 stars 4 forks source link

Publish documentation to docs.rs #1

Closed gwihlidal closed 5 years ago

gwihlidal commented 5 years ago

The default build for docs.rs fails (https://docs.rs/crate/intel_tex/0.1.2/builds/136823), but it doesn't look like there is a way to customize the build steps for docs.rs, which is not ideal.

Looking at how other crates how worked around (i.e. ispc-rs), it seems like a custom travis script that uploads to github pages and then is referenced by the cargo manifest is a possible option.

documentation = "http://www.willusher.io/ispc-rs/ispc/"

References:

Any alternate approaches?

gwihlidal commented 5 years ago

This has been resolved by moving ISPC and libclang behind an optional feature gate.