Skip to content

Commit 2933991

Browse files
committed
reorganised dependancies
1 parent 5abdd18 commit 2933991

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ image = "0.23.6"
1010
rand = "^0.7.3"
1111
num-complex = "^0.2.4"
1212
rayon = "1.3.1"
13-
rug = "1.9.0"
14-
itertools = "^0.9.0"
1513
exr = "^0.8.0"
1614
smallvec = "^1.4.2"
1715
clap = "3.0.0-beta.1"
1816
config = "0.9"
1917

18+
[dependencies.rug]
19+
version = "1.10"
20+
default-features = false
21+
features = ["float", "complex"]
22+
2023
#Additional commands that can improve performance (maybe by around 5-10%)
2124
[profile.release]
2225
lto = "fat"

default.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image_width = 4000
2-
image_height = 4000
1+
image_width = 1000
2+
image_height = 1000
33
frames = 1
44
export = "colour"

0 commit comments

Comments
 (0)