Skip to content

Commit

Permalink
Merge pull request #50 from Veykril/patch-1
Browse files Browse the repository at this point in the history
Re-export column_major matrix module from self
  • Loading branch information
yoanlcq committed Apr 18, 2020
2 parents 38bbd7d + 8963900 commit 123104b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ If you plan to work a pull request, please file an issue first so that we can ag
- Sunjay Varma (GitHub : [@sunjay](https://github.com/sunjay))
- Timo Kösters (GitHub : [@timokoesters](https://github.com/timokoesters))
- Imbris (Github: [@imberflur](https://github.com/imberflur))
- Lukas Wirth (Github: [@veykril](https://github.com/veykril))
2 changes: 1 addition & 1 deletion src/mat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4013,7 +4013,7 @@ macro_rules! mat_declare_modules {
/// Rationale:
/// - (Matrix * Vector) multiplications are more efficient;
/// - This is the layout expected by OpenGL;
pub use crate::column_major::*;
pub use self::column_major::*;
}
}

Expand Down

0 comments on commit 123104b

Please sign in to comment.