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

Fix cargo test --all-features breaking rendering due to unity vertexes (#5542)

* Closes #5297 
* [x] I have followed the instructions in the PR template

It's not great but I wasn't able to come up with a better solution.
This commit is contained in:
lucasmerlin
2024-12-30 12:39:17 +01:00
committed by GitHub
parent bf6ed3adfc
commit 86ea3f8a5c
7 changed files with 18 additions and 11 deletions

View File

@@ -66,6 +66,10 @@ serde = ["dep:serde", "ahash/serde", "emath/serde", "ecolor/serde"]
## Change Vertex layout to be compatible with unity
unity = []
## Override and disable the unity feature
## This exists, so that when testing with --all-features, snapshots render correctly.
_override_unity = []
[dependencies]
emath.workspace = true
ecolor.workspace = true