Update line_drawing (#211)
This commit is contained in:
parent
0295a54e30
commit
0e6c5286ff
|
@ -14,7 +14,7 @@ default = ["optimize"]
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
line_drawing = "0.8"
|
line_drawing = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pixels = { path = "../.." }
|
pixels = { path = "../.." }
|
||||||
randomize = "3.0"
|
randomize = "3.0"
|
||||||
|
|
|
@ -5,7 +5,7 @@ authors = ["Jay Oster <jay@kodewerx.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
line_drawing = "0.8"
|
line_drawing = "1.0"
|
||||||
pcx = "0.2"
|
pcx = "0.2"
|
||||||
randomize = "3.0"
|
randomize = "3.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue