Skip to content

Commit 0be94c4

Browse files
committed
0.0.2 w/ docs
1 parent 18e1a2f commit 0be94c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iced_webview"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
rust-version = "1.81.0"
66
description = "iced webview library"
@@ -9,19 +9,19 @@ repository = "https://github.com/LegitCamper/iced_webview/"
99
license = "Apache-2.0"
1010
readme = "README.md"
1111

12-
[package.metadata.docs.rs]
13-
features = ["docs_only"]
14-
1512
[profile.dev]
1613
incremental = true
1714
opt-level = "s"
1815
lto = "thin"
1916

2017
[features]
2118
default = ["ultralight"]
22-
docs_only = []
2319
ultralight = ["dep:ul-next"]
2420
ultralight-resources = []
21+
docs_only = []
22+
23+
[package.metadata.docs.rs]
24+
features = ["docs_only"]
2525

2626
[dependencies]
2727
clipboard-rs = "0.2.1"

0 commit comments

Comments
 (0)