Commit 099fc3d
pepc84
Enable x11 feature by default in processing_pyo3
The workspace Cargo.toml already enables x11 by default, but
processing_pyo3 has its own default features that didn't include x11.
This meant building with maturin from the sub-crate would produce a
Wayland-only wheel even on X11 systems.
Add x11 to processing_pyo3's default features to match the workspace.1 parent 6f20708 commit 099fc3d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments