diff options
| author | thajohns <thajohns@clarkson.edu> | 2021-09-09 01:15:22 -0400 |
|---|---|---|
| committer | Graham Northup <grahamnorthup@yahoo.com> | 2021-09-10 04:05:55 -0400 |
| commit | d6e399973e9bc6447a28b80cacffcbc6a768f1ed (patch) | |
| tree | 772939eb5d49bdb6ee8e5d632f2224867f6e817d /src/graphics | |
| parent | ee11b17c0e2796bd3d843a8a516c12453af75927 (diff) | |
got pre-linking steps working, removed glob includes
Diffstat (limited to 'src/graphics')
| -rw-r--r-- | src/graphics/draw/mod.rs | 2 | ||||
| -rw-r--r-- | src/graphics/mod.rs | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/graphics/draw/mod.rs b/src/graphics/draw/mod.rs index 75ce9f7..8f414f5 100644 --- a/src/graphics/draw/mod.rs +++ b/src/graphics/draw/mod.rs @@ -1,3 +1 @@ -use super::*; - /* TODO */ diff --git a/src/graphics/mod.rs b/src/graphics/mod.rs index 4bb4388..365bf6b 100644 --- a/src/graphics/mod.rs +++ b/src/graphics/mod.rs @@ -1,4 +1 @@ -use super::*; -use monitor::*; - pub mod draw; |
