mirror of
https://github.com/opelly27/rusty-brot-v2.git
synced 2026-05-20 01:47:43 +00:00
Add files via upload
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "rusty_brot_v2"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bigdecimal = "0.3.0"
|
||||
colorgrad = "0.6.2"
|
||||
image = "0.24.6"
|
||||
indicatif = "0.17.3"
|
||||
num-complex = "0.4.3"
|
||||
rayon = "1.7.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
Reference in New Issue
Block a user