//! Shared core library for [krnl](https://docs.rs/krnl).
/// half
pub extern crate half;
/// krnl-macros
pub extern crate krnl_macros as macros;
/// num-traits
pub extern crate num_traits;
/// spirv-std
pub extern crate spirv_std;
/// Buffers for use in kernels.
/// Kernel structs passed to kernels.
/// Numerical types.