wlr-shot 1.7.0

Screen capture for wlroots: screenshots, recording and timelapse (H.264, NVENC/VAAPI)
1
2
3
4
5
//! Build script: generate the English fallback for the no-`i18n` build.

fn main() {
    wlr_i18n::build::generate_fallback("i18n/en/wlr_shot.ftl");
}