You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This crate is maintained by the library team, primarily for use by the `cc` crate and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.
3
+
> This crate is maintained by the library team, primarily for use by the `cc`
4
+
> crate and not intended for external use (except as a transitive dependency).
5
+
> This crate may make major changes to its APIs or be deprecated without
6
+
> warning.
4
7
5
-
An internal use library for finding windows-specific tools, reading MSVC versions from the
6
-
registry and from COM interfaces.
8
+
An internal use library for finding windows-specific tools, reading MSVC
9
+
versions from the registry and from COM interfaces.
7
10
8
-
Refer to the [documentation](https://docs.rs/find-msvc-tools) for detailed usage instructions.
11
+
Refer to the [documentation](https://docs.rs/find-msvc-tools) for detailed usage
12
+
instructions.
9
13
10
14
## License
11
15
@@ -14,12 +18,13 @@ This project is licensed under either of
14
18
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
15
19
https://www.apache.org/licenses/LICENSE-2.0)
16
20
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
17
-
https://opensource.org/licenses/MIT)
21
+
https://opensource.org/license/mit)
18
22
19
23
at your option.
20
24
21
25
### Contribution
22
26
23
-
Unless you explicitly state otherwise, any contribution transitively intentionally submitted
24
-
for inclusion in find-msvc-tools by you, as defined in the Apache-2.0 license, shall be
25
-
dual licensed as above, without any additional terms or conditions.
27
+
Unless you explicitly state otherwise, any contribution transitively
28
+
intentionally submitted for inclusion in find-msvc-tools by you, as defined in
29
+
the Apache-2.0 license, shall be dual licensed as above, without any additional
0 commit comments