Initial commit
parents
Showing
.gitignore
0 → 100644
.idea/misc.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
| [package] | ||
| name = "image_analyzer" | ||
| version = "0.1.0" | ||
| authors = ["TheBestJohn <[email protected]>"] | ||
| [[bin]] | ||
| name = "change" | ||
| path = "src/main.rs" | ||
| [[bin]] | ||
| name = "pi" | ||
| path = "src/pi.rs" | ||
| [dependencies] | ||
| palette = "0.4.1" | ||
| image = "0.19.0" |
README.md
0 → 100644
img.jpg
0 → 100644
12.4 KB
pi.png
0 → 100644
1.16 MB
pi.txt
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/main.rs
0 → 100644
src/pi.rs
0 → 100644
test.png
0 → 100644
114 KB