mirror of
https://github.com/Noratrieb/mandelbrot-rust.git
synced 2026-01-16 16:25:06 +01:00
help me
This commit is contained in:
parent
2869a4688b
commit
c03b0c399a
8 changed files with 966 additions and 225 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
members = [".", "./gpu"]
|
||||
|
||||
[package]
|
||||
name = "mandelbrot_set"
|
||||
version = "0.1.0"
|
||||
|
|
@ -7,7 +10,12 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cust = "0.2.2"
|
||||
image = "0.23.14"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
cuda_builder = "0.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue