mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Update three-d to 0.11
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user