Browse Source

Note that this is a rename crate

cl-test
Alex Crichton 7 years ago
parent
commit
92c803699b
  1. 3
      README.md

3
README.md

@ -11,6 +11,9 @@ A simple library meant to be used as a build dependency with Cargo packages in
order to build a set of C/C++ files into a static archive. This crate calls out
to the most relevant compiler for a platform, for example using `cl` on MSVC.
> **Note**: this crate was recently renamed from the `gcc` crate, so if you're
> looking for the `gcc` crate you're in the right spot!
## Using cc-rs
First, you'll want to both add a build script for your crate (`build.rs`) and

Loading…
Cancel
Save