Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 4, 2024
1 parent d6920ad commit 3a82e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::collections::HashMap;
use std::f64::consts::PI;
use std::vec;
use tzf_rel::{load_preindex, load_reduced};
mod gen;
pub mod gen;

struct Item {
polys: Vec<Polygon>,
Expand Down

0 comments on commit 3a82e5d

Please sign in to comment.