diff --git a/Cargo.toml b/Cargo.toml index 157e7d16..ae060535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inputplumber" -version = "1.0.0" +version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" description = "Open source input manager for Linux" diff --git a/Dockerfile b/Dockerfile index c91fe2bd..873a19a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,5 @@ FROM rust:1.75 RUN apt-get update && apt-get install -y \ libclang-dev \ - libudev-dev + libudev-dev \ + squashfs-tools