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

@@ -14,3 +14,4 @@ rustflags = [
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]