Simple mandelbrot in rust

This commit is contained in:
2025-11-25 17:16:32 +01:00
parent 0d47aa0083
commit da6e1ea7b0
4 changed files with 99 additions and 30 deletions

View File

@@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
fpga-lib = { path = "../fpga-lib" }
libm = "0.2.11"