Initial commit. WIP blur implementation. Grid struct is tentatively ready. Model struct is in its nascency.

This commit is contained in:
mindv0rtex
2021-02-24 22:26:37 -05:00
commit e21a61250e
9 changed files with 752 additions and 0 deletions

4
rustfmt.toml Normal file
View File

@@ -0,0 +1,4 @@
unstable_features = true
imports_granularity = "Crate"
wrap_comments = true
comment_width = 100