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
* fix: Cleanup workspace
* chore: move CR to include-able subfolder
* refactor: Update all includes to use the path
* feat(CMake): Only build samples/tests/etc. if this project is top level
This project now uses include_directories to make the cr.h file appear the root level as it did before.
Note: this required bumping the cmake minimum required version to 3.21 for PROJECT_IS_TOP_LEVEL
* fix: Replace outdated imgui APIs
* fix: Fix conversion warning
Copy file name to clipboardExpand all lines: cr/cr.h
+7-2
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,19 @@ You can download and install cr using the [vcpkg](https://github.com/Microsoft/v
28
28
29
29
The cr port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
0 commit comments