mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix compilation of egui_extras without serde feature (#5014)
* Closes https://github.com/emilk/egui/issues/4771
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -57,6 +57,10 @@ jobs:
|
||||
- name: check epaint --no-default-features
|
||||
run: cargo check --locked --no-default-features --lib -p epaint
|
||||
|
||||
# Regression test for https://github.com/emilk/egui/issues/4771
|
||||
- name: cargo check -p test_egui_extras_compilation
|
||||
run: cargo check -p test_egui_extras_compilation
|
||||
|
||||
- name: Test doc-tests
|
||||
run: cargo test --doc --all-features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user