Add files via upload

This commit is contained in:
opelly27
2023-04-22 12:48:36 -07:00
committed by GitHub
commit 55852eda41
6 changed files with 885 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "rusty_brot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colorgrad = "0.6.2"
image = "0.24.6"
rayon = "1.7.0"