1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00

Instruct docs.rs to build with widgets and serde features (#409)

This commit is contained in:
Félix Saparelli 2020-12-31 06:25:54 +13:00 committed by GitHub
parent a9eaf55747
commit 1762ccd761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,7 @@ vtparse = { version="0.3", path="../vtparse" }
[features]
widgets = ["cassowary", "fnv"]
use_serde = ["serde"]
docs = ["widgets", "use_serde"]
[dev-dependencies]
varbincode = "0.1"
@ -58,3 +59,7 @@ features = [
"synchapi",
]
version = "0.3"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]

View File

@ -1,7 +1,7 @@
//! # Terminal Wizardry
//!
//! This is a rust crate that provides a number of support functions
//! for applications interesting in either displaying data to a terminal
//! for applications interested in either displaying data to a terminal
//! or in building a terminal emulator.
//!
//! It is currently in active development and subject to fairly wild