I was working on making a window manager but I wanted to use some protocols that are only available in wayland 1.25. I tried building the latest release using the same code that was used in gnu/packages/freedesktop but the docs require the mdbook cargo package to be built. Without the docs output I can build it successfully by removing the substitute command in meson build configuration.
I wanted to ask if it's possible upstream the wayland build configuration without the docs. If not, are there any guides on how to package cargo crates? I'm not familiar with rust and it's ecosystem so I'd be grateful for any help concerning this.
