Refactor types into sub modules
Showing
- Cargo.toml 1 addition, 1 deletionCargo.toml
- src/autotile.rs 263 additions, 0 deletionssrc/autotile.rs
- src/layout.rs 161 additions, 0 deletionssrc/layout.rs
- src/lib.rs 18 additions, 484 deletionssrc/lib.rs
- src/output.rs 44 additions, 0 deletionssrc/output.rs
- src/utils.rs 123 additions, 0 deletionssrc/utils.rs
... | @@ -14,4 +14,4 @@ default = ["impl_fastrand"] | ... | @@ -14,4 +14,4 @@ default = ["impl_fastrand"] |
impl_fastrand = ["dep:fastrand"] | impl_fastrand = ["dep:fastrand"] | ||
[dependencies] | [dependencies] | ||
fastrand = { version = "1.8.0", optional = true } | fastrand = { version = "1.9.0", optional = true } | ||
\ No newline at end of file | \ No newline at end of file |
src/autotile.rs
0 → 100644
src/layout.rs
0 → 100644
src/output.rs
0 → 100644
src/utils.rs
0 → 100644
Please register or sign in to comment