Skip to content

Commit

Permalink
Re-export more crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjordan committed Jan 10, 2022
1 parent 09f43c3 commit 8c4995e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ cfg_if::cfg_if! {
pub use mwalib::{fitsio, fitsio_sys};
}
}

// If "io" is enabled, re-export rubbl_casatables here.
#[cfg(feature = "io")]
pub use rubbl_casatables;

// If "cuda" is enabled, re-export cuda-runtime-sys here.
#[cfg(feature = "cuda")]
pub use cuda_runtime_sys;

0 comments on commit 8c4995e

Please sign in to comment.