chore: update to Rust 2021
This commit is contained in:
parent
2755d55192
commit
bbb5aff6b6
|
@ -2,11 +2,11 @@
|
|||
name = "mandelbrot"
|
||||
version = "0.1.0"
|
||||
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = "^0.5"
|
||||
num-complex = "^0.4"
|
||||
rayon = "^1.5"
|
||||
bevy = "0.5"
|
||||
num-complex = "0.4"
|
||||
rayon = "1.5"
|
||||
|
|
Loading…
Reference in New Issue