-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Label variables with RIFT, music cell colors
- Loading branch information
1 parent
0fc0471
commit 2b6812d
Showing
15 changed files
with
570 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 1.6.0 | ||
- <cg>Add extensive label variables with RIFT</c> | ||
- Add color changing for music library cells | ||
- Code cleanup | ||
|
||
## <1.6.0 | ||
- Add everything |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cmake_minimum_required(VERSION 3.21) | ||
add_library(third_party INTERFACE) | ||
|
||
CPMAddPackage("gh:EclipseMenu/rift#b8b31d6") | ||
|
||
if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND WIN32) | ||
target_compile_definitions(rift PRIVATE _HAS_ITERATOR_DEBUGGING=0) | ||
endif() | ||
|
||
target_link_libraries(third_party INTERFACE | ||
rift | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.