Browse Source

Update three-d to 0.11

pull/1475/head
Emil Ernerfeldt 3 years ago
parent
commit
9b37c82d46
  1. 5
      Cargo.lock
  2. 2
      eframe/Cargo.toml

5
Cargo.lock

@ -3184,8 +3184,9 @@ dependencies = [
[[package]]
name = "three-d"
version = "0.11.0"
source = "git+https://github.com/asny/three-d?rev=fa475673e284e05b2f4e068769dce3ec5bcabc8d#fa475673e284e05b2f4e068769dce3ec5bcabc8d"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b545d4e8e4e8d977271aec28d37528051221b877f907622d81c2258da970b6"
dependencies = [
"cgmath",
"gl_generator",

2
eframe/Cargo.toml

@ -75,4 +75,4 @@ image = { version = "0.24", default-features = false, features = [
] }
poll-promise = "0.1"
rfd = "0.8"
three-d = { git = "https://github.com/asny/three-d", rev = "fa475673e284e05b2f4e068769dce3ec5bcabc8d", default-features = false } # 2022-03-22
three-d = { version = "0.11", default-features = false }

Loading…
Cancel
Save