File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Dependencies
8
8
9
- - a compositor that implements:
10
- * wlr-layer-shell (typically wlroots based compositors)
11
- * xdg-output
9
+ - a compositor that implements the wlr-layer-shell (typically wlroots based compositors)
12
10
- [ lz4] ( https://github.com/lz4/lz4 ) (for compressing frames when animating)
13
11
14
12
** Note that this means ` swww ` will not run on Gnome, because it does not implement the ` wlr-layer-shell ` protocol** .
21
19
22
20
### Dependencies:
23
21
24
- - Up to date stable rustc compiler and cargo (specifically, MSRV is 1.82.0)
22
+ - wayland-client and wayland-protocol ` .xml ` files installed in your system (` pkg-config ` must be able to find it)
23
+ - Up to date stable rustc compiler and cargo (specifically, MSRV is 1.82.0)
25
24
26
25
To build, clone this repository and run:
27
26
```
You can’t perform that action at this time.
0 commit comments