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

Allow users to opt-out of default winit features (#3228)

* Do not enable winit features by default

* Enable default winit features by default

* Add x11 feature
This commit is contained in:
Emil Ernerfeldt
2023-08-10 17:09:01 +02:00
committed by GitHub
parent d568d9f5d0
commit 7e035c6dd1
4 changed files with 18 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ jobs:
run: cargo check --locked --no-default-features --lib --all-targets -p epaint
- name: check eframe --no-default-features
run: cargo check --locked --no-default-features --lib --all-targets -p eframe
run: cargo check --locked --no-default-features --features x11 --lib --all-targets -p eframe
- name: Test doc-tests
run: cargo test --doc --all-features