1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -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

View File

@@ -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 }