Skip to content

Commit

Permalink
drawing: Update exclude list
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jschwe committed Jul 17, 2024
1 parent fe1352d commit 3072dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/drawing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 3072dd4

Please sign in to comment.