Skip to content

Commit

Permalink
Remove extern crate from usage document
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 25, 2023
1 parent 9f941ec commit c5e3473
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ Next, you have to write a build script. A short example is shown below.
```rust
// build.rs

extern crate winresource;

fn main() {
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
let mut res = winresource::WindowsResource::new();
Expand Down

0 comments on commit c5e3473

Please sign in to comment.