Skip to content

Commit

Permalink
Build docs.rs with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed May 14, 2024
1 parent 3da23c8 commit dcec1f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hello_egui changelog

## 0.4.2

- fix missing docs

## 0.4.1

- add `egui_form` [crate](https://crates.io/crates/egui_form)
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ homepage = "https://lucasmerlin.github.io/hello_egui/"
[package.metadata.release]
tag-prefix = "hello_egui-"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.docs.rs]
all-features = true

[features]
all = ["animation", "dnd", "form", "inbox", "infinite_scroll", "pull_to_refresh", "suspense", "thumbhash", "virtual_list"]
Expand Down
4 changes: 4 additions & 0 deletions crates/egui_form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# egui_form changelog

## 0.1.1

- fix missing docs

## 0.1.0

Initial release
3 changes: 3 additions & 0 deletions crates/egui_form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repository = "https://github.com/lucasmerlin/hello_egui"
homepage = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_form"
keywords = ["egui", "form", "validation"]

[package.metadata.docs.rs]
all-features = true

[features]
validator_garde = ["dep:garde"]
validator_validator = ["dep:validator"]
Expand Down

0 comments on commit dcec1f3

Please sign in to comment.