Browse Source

Merge pull request #148 from rust3ds/feature/package-docs

Add docs page to packate manifest
pull/150/head
Meziu 1 year ago committed by GitHub
parent
commit
4c0ebcd607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ctru-rs/Cargo.toml
  2. 1
      ctru-sys/Cargo.toml

1
ctru-rs/Cargo.toml

@ -4,6 +4,7 @@ version = "0.7.1" @@ -4,6 +4,7 @@ version = "0.7.1"
authors = ["Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>"]
description = "A safe wrapper around libctru"
repository = "https://github.com/rust3ds/ctru-rs"
documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru"
keywords = ["3ds", "libctru"]
categories = ["os", "api-bindings", "hardware-support"]
exclude = ["examples"]

1
ctru-sys/Cargo.toml

@ -4,6 +4,7 @@ version = "0.5.0" @@ -4,6 +4,7 @@ version = "0.5.0"
authors = ["Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>"]
description = "Raw bindings to libctru"
repository = "https://github.com/rust3ds/ctru-rs"
documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru_sys"
keywords = ["3ds", "libctru"]
categories = ["os", "external-ffi-bindings", "no-std", "hardware-support"]
exclude = ["src/.gitattributes"]

Loading…
Cancel
Save