doc: Add libgreen and libnative to the index

This commit is contained in:
Brian Anderson 2014-01-07 20:49:13 -08:00
parent d323632669
commit da43832034
3 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,8 @@
[std](std/index.html)
[extra](extra/index.html)
[green](green/index.html)
[native](native/index.html)
# Tooling

View File

@ -21,6 +21,9 @@
#[license = "MIT/ASL2"];
#[crate_type = "rlib"];
#[crate_type = "dylib"];
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
// NB this does *not* include globs, please keep it that way.
#[feature(macro_rules)];

View File

@ -18,6 +18,9 @@
#[license = "MIT/ASL2"];
#[crate_type = "rlib"];
#[crate_type = "dylib"];
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
// NB this crate explicitly does *not* allow glob imports, please seriously
// consider whether they're needed before adding that feature here (the