1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Update three d (#1793)

* Update three-d to 0.12

* Fix Z fighting in three-d example

Closes https://github.com/emilk/egui/issues/1744

* cargo deny: ignore three-d (only used in examples)
This commit is contained in:
Emil Ernerfeldt
2022-07-03 18:29:12 +02:00
committed by GitHub
parent 9739009f20
commit bd2cab2f0e
4 changed files with 113 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ skip = [
skip-tree = [
{ name = "criterion" }, # dev-dependnecy
{ name = "glium" }, # legacy crate, lots of old dependencies
{ name = "three-d" }, # example dependency
]