From ce00d51354470a0130e25b318d2cbabc19323a4e Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Tue, 28 Nov 2023 16:31:56 +0100 Subject: [PATCH] add missing readme --- pixman-sys/Cargo.toml | 1 + pixman-sys/README.md | 3 +++ pixman/Cargo.toml | 1 + 3 files changed, 5 insertions(+) create mode 100644 pixman-sys/README.md diff --git a/pixman-sys/Cargo.toml b/pixman-sys/Cargo.toml index c164154..5c9e83a 100644 --- a/pixman-sys/Cargo.toml +++ b/pixman-sys/Cargo.toml @@ -10,5 +10,6 @@ name = "pixman-sys" repository = "https://github.com/cmeissl/pixman-rs" rust-version = "1.65.0" version = "0.1.0" +readme = "README.md" [dependencies] diff --git a/pixman-sys/README.md b/pixman-sys/README.md new file mode 100644 index 0000000..a4b89e8 --- /dev/null +++ b/pixman-sys/README.md @@ -0,0 +1,3 @@ +# pixman-sys + +Low-level ffi bindings for [`pixman`](https://www.pixman.org/). \ No newline at end of file diff --git a/pixman/Cargo.toml b/pixman/Cargo.toml index fd29830..96b1f78 100644 --- a/pixman/Cargo.toml +++ b/pixman/Cargo.toml @@ -10,6 +10,7 @@ name = "pixman" repository = "https://github.com/cmeissl/pixman-rs" rust-version = "1.65.0" version = "0.1.0" +readme = "../README.md" [package.metadata.docs.rs] features = ["drm-fourcc"]