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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This library is inspired by [Rust Traits](https://doc.rust-lang.org/book/ch10-02
19
19
*traits* is a single header C++20 library. To use the library, make sure you meet the [minimum requirements](#minimum-requirements) and just include the header file [traits.h](https://github.com/VolumeGraphics/traits/blob/main/include/traits.h) in your source code.
20
20
Alternatively, you can first try it out in [Compiler Explorer](https://godbolt.org/z/be31xGjrK).
21
21
22
-
CMake projects might build, install and `find_package(traits)`this library or just fetch content it like here: https://github.com/VolumeGraphics/traits/blob/dc18223f46b47ae1d0cfd363aa6db9a98662faf0/examples/CMakeLists.txt#L7-L10
22
+
CMake projects might build, install and use `find_package(traits)` or just fetch its content like here: https://github.com/VolumeGraphics/traits/blob/dc18223f46b47ae1d0cfd363aa6db9a98662faf0/examples/CMakeLists.txt#L7-L10
23
23
24
24
There are currently no plans to support [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/overview) or [conan](https://conan.io/), as I do not recommend using the library in a productive environment ([see below](#motivation)).
0 commit comments