1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Update three-d to 0.11

This commit is contained in:
Emil Ernerfeldt
2022-04-10 09:51:52 +02:00
parent 29d214912f
commit 9b37c82d46
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -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",