Skip to content

Commit

Permalink
Publicly export simda as 'simd', since it is a library for 'SIMD alge…
Browse files Browse the repository at this point in the history
…bra for Rust'
  • Loading branch information
CleanCut committed Nov 22, 2020
1 parent 0f45f37 commit f7c05f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amethyst_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub use approx;
pub use nalgebra as math;
pub use num_traits as num;
pub use shrev;
pub use simba as simd;

/// legion ECS reexported with some convenience types.
pub mod ecs {
Expand Down

0 comments on commit f7c05f7

Please sign in to comment.