Update line_drawing (#211)

This commit is contained in:
Jay Oster 2021-10-08 13:06:48 -07:00 committed by GitHub
parent 0295a54e30
commit 0e6c5286ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ default = ["optimize"]
byteorder = "1.3"
env_logger = "0.9"
getrandom = "0.2"
line_drawing = "0.8"
line_drawing = "1.0"
log = "0.4"
pixels = { path = "../.." }
randomize = "3.0"

View file

@ -5,7 +5,7 @@ authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
[dependencies]
line_drawing = "0.8"
line_drawing = "1.0"
pcx = "0.2"
randomize = "3.0"