comparison: src/main.rs
src/main.rs
- changeset 5
- f248e1434c3b
- parent 4
- e09437844ad9
- child 6
- df9628092285
equal
deleted
inserted
replaced
6 #![allow(confusable_idents)] |
6 #![allow(confusable_idents)] |
7 |
7 |
8 mod manifold; |
8 mod manifold; |
9 mod fb; |
9 mod fb; |
10 mod cube; |
10 mod cube; |
|
11 mod dist; |
11 |
12 |
12 fn main() { |
13 fn main() { |
13 |
14 |
14 } |
15 } |