Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xonx4l committed Mar 19, 2024
1 parent f25033c commit 0e35074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use image::{ImageBuffer, Rgb};
use nalgebra::{complex, Normed};
use nalgebra::{Complex, Normed};


fn julia (c: Complex<f64>, x: f64, y: f64) {
Expand Down

0 comments on commit 0e35074

Please sign in to comment.