1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Move three-d patch into example Cargo.tom

This commit is contained in:
Emil Ernerfeldt
2022-05-22 18:14:00 +02:00
parent b2510676b9
commit fff2008255
3 changed files with 3 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ publish = false
eframe = { path = "../../eframe", features = ["glow"] }
egui_glow = { path = "../../egui_glow" }
glow = "0.11"
three-d = { version = "0.12", default-features = false }
three-d = { git = "https://github.com/asny/three-d.git", rev = "43f210668197e8b1dc50ea9f074d2b8426ecb0f2", default-features = false } # 2022-05-22