File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ module com .github .kotlin_graphics .glm {
2+
3+ requires kotlin .stdlib ;
4+
5+ requires org .lwjgl ;
6+
7+ // requires com.github.kotlin_graphics.kool;
8+
9+ requires java .desktop ;
10+ requires com .github .kotlin_graphics .kotlin_unsigned ;
11+ requires com .github .kotlin_graphics .kool ;
12+
13+ exports glm_ ;
14+ exports glm_ .detail ;
15+ exports glm_ .dualQuat ;
16+ exports glm_ .func ;
17+ exports glm_ .func .common ;
18+ exports glm_ .gtc ;
19+ exports glm_ .ext ;
20+ exports glm_ .gtx ;
21+ exports glm_ .mat2x2 ;
22+ exports glm_ .mat2x2 .operators ;
23+ exports glm_ .mat2x3 ;
24+ // exports glm_.mat2x3.operators;
25+ exports glm_ .mat2x4 ;
26+ // exports glm_.mat2x4.operators;
27+ exports glm_ .mat3x2 ;
28+ // exports glm_.mat3x2.operators;
29+ exports glm_ .mat3x3 ;
30+ exports glm_ .mat3x3 .operators ;
31+ exports glm_ .mat3x4 ;
32+ // exports glm_.mat3x4.operators;
33+ exports glm_ .mat4x2 ;
34+ // exports glm_.mat4x2.operators;
35+ exports glm_ .mat4x3 ;
36+ // exports glm_.mat4x3.operators;
37+ exports glm_ .mat4x4 ;
38+ exports glm_ .mat4x4 .operators ;
39+ exports glm_ .quat ;
40+ exports glm_ .vec1 ;
41+ exports glm_ .vec1 .operators ;
42+ exports glm_ .vec2 ;
43+ exports glm_ .vec2 .operators ;
44+ exports glm_ .vec3 ;
45+ exports glm_ .vec3 .operators ;
46+ exports glm_ .vec4 ;
47+ exports glm_ .vec4 .operators ;
48+ }
You can’t perform that action at this time.
0 commit comments