From 3072dd4697cd6771d8044747604948ef9f10332c Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Wed, 17 Jul 2024 21:19:17 +0200 Subject: [PATCH] drawing: Update exclude list We haven't renamed the files yet, so this doesn't actually exclude anything. This is fine for now, since the first goal is fixing docs-rs. Signed-off-by: Jonathan Schwender --- components/drawing/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drawing/Cargo.toml b/components/drawing/Cargo.toml index bfb3c41..6d8a4e4 100644 --- a/components/drawing/Cargo.toml +++ b/components/drawing/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "ohos-drawing-sys" -version = "0.1.0" +version = "0.1.0-beta1" edition = "2021" description = "Bindings to the `native_drawing` API of OpenHarmony OS" license = "Apache-2.0" repository = "https://github.com/openharmony-rs/ohos-sys" keywords = ["OpenHarmony", "HarmonyOS", "ffi", "drawing"] -exclude = ["src/**/*_api11.rs", "src/**/*_api12.rs"] +exclude = ["src/**/*_nopublish.rs"] [dependencies] document-features = { version = "0.2", optional = true }