-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docs.rs building and docs.rs
README.md
displaying. (#2348)
- Loading branch information
Showing
8 changed files
with
375 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "druid" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
license = "Apache-2.0" | ||
authors = ["Raph Levien <[email protected]>"] | ||
description = "Data-oriented Rust UI design toolkit." | ||
repository = "https://github.com/linebender/druid" | ||
categories = ["gui"] | ||
readme = "../README.md" | ||
readme = "README.md" | ||
keywords = ["gui", "ui", "toolkit"] | ||
edition = "2021" | ||
|
||
|
@@ -18,7 +18,10 @@ edition = "2021" | |
features = ["im"] | ||
rustdoc-args = ["--cfg", "docsrs"] | ||
default-target = "x86_64-pc-windows-msvc" | ||
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"] | ||
# TODO: Enable this again after figuring out how the flags have changed. | ||
# Also be sure to add nightly compiler docs building to CI | ||
# to catch any changes to the flags early. | ||
#cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"] | ||
|
||
[features] | ||
default = ["gtk"] | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.