Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
libpango1.0-dev \
libgtk-3-dev \
libgtk-4-dev \
libadwaita-1-dev \
meson \
ninja-build \
wayland-protocols \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
libudev-dev \
libgtk-3-dev \
libgtk-4-dev \
libadwaita-1-dev \
meson \
ninja-build \
wayland-protocols \
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The repository is one Cargo workspace using Rust 1.95 and edition 2024:

- the root `wayscriber` package owns the overlay, daemon, CLI, shared domain/config/session code,
rendering, and integration tests;
- `wayscriber-configurator` is the Iced GUI package under `configurator/`;
- `wayscriber-configurator` is the GTK4/libadwaita (Relm4) GUI package under `configurator/`;
- root `Cargo.lock` is the single lockfile for both packages.

The workspace default member is only the root package. Use `-p wayscriber-configurator` or
Expand Down
Loading
Loading