X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcommon%2Fmod.rs;fp=src%2Fcommon%2Fmod.rs;h=36d31933f5ee8e7862e278446e41427fd5746fcc;hb=953b4c960649b82f4e186c2a9afee5367270f0fc;hp=592bdbb3ff32e6f17bbef72a7ec85eb3cf9f9c7d;hpb=0c56b1f7a5568d6bfbebd196cf63ccef503cf959;p=kaka%2Frust-sdl-test.git diff --git a/src/common/mod.rs b/src/common/mod.rs index 592bdbb..36d3193 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -1,13 +1,3 @@ -mod geometry; -pub use common::geometry::{ - Point, - Dimension, - Angle, - ToAngle, - Intersection, - supercover_line, -}; - mod time; pub use common::time::ScopeTimer;