Skip to content

Commit

Permalink
Update approx, base64, cgmath, and lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
nuew committed Apr 1, 2019
1 parent 5e6d62f commit 6b4f7f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ travis-ci = { repository = "gltf-rs/gltf" }
members = ["gltf-derive", "gltf-json"]

[dev-dependencies]
approx = "0.1.1"
approx = "0.3"

[dependencies]
base64 = { optional = true, version = "0.6" }
base64 = { optional = true, version = "0.10" }
byteorder = "1.1"
cgmath = "0.15"
cgmath = "0.17"
gltf-json = { path = "gltf-json", version = "0.11.3" }
lazy_static = "0.2"
lazy_static = "1"

[dependencies.image]
default-features = false
Expand Down

0 comments on commit 6b4f7f9

Please sign in to comment.