Skip to content

Commit

Permalink
Move README.md into wii-ext so docs.rs will accept it
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Apr 25, 2024
1 parent 6eb4218 commit 504ffad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wii-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
authors = ["9names"]
repository = "https://github.com/9names/wii-ext-rs"
license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
embedded-hal = "1"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion wii-ext/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
// See https://www.raphnet-tech.com/support/classic_controller_high_res/ for data on high-precision mode

// Abridged version of the above:
Expand Down

0 comments on commit 504ffad

Please sign in to comment.