river-bsp-layout 2.1.1

Binary space partitioned layout for the tiling Wayland compositor River.
Documentation
1
2
3
4
5
6
7
8
9
{ rustPlatform, version ? "git", lib }:
rustPlatform.buildRustPackage {
  pname = "river-bsp-layout";
  inherit version;

  src = lib.cleanSource ./.;

  cargoLock.lockFile = ./Cargo.lock;
}