mirror of
https://github.com/Noratrieb/mandelbrot-rust.git
synced 2026-01-16 16:25:06 +01:00
wooo it works
This commit is contained in:
parent
c03b0c399a
commit
647e8c69e0
5 changed files with 30 additions and 33 deletions
|
|
@ -10,8 +10,9 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cust = "0.2.2"
|
||||
cust = { version = "0.2.2", features = ["vek"] }
|
||||
image = "0.23.14"
|
||||
gpu = { path = "./gpu" }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue