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:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user