Skip to content

Commit

Permalink
Bump readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Sep 12, 2024
1 parent 1f0b925 commit c9d9288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Pamplejuce is a ~~template~~ lifestyle for creating and building JUCE plugins in
Out of the box, it:

1. Supports C++20.
2. Uses JUCE 7.x as a git submodule (tracking develop).
2. Uses JUCE 8.x as a git submodule (tracking develop).
3. Relies on CMake 3.24.1 and higher for cross-platform building.
4. Has [Catch2](https://github.com/catchorg/Catch2) v3.6.0 for the test framework and runner.
4. Has [Catch2](https://github.com/catchorg/Catch2) v3.7.0 for the test framework and runner.
5. Includes a `Tests` target and a `Benchmarks` target some examples to get started quickly.
6. Has [Melatonin Inspector](https://github.com/sudara/melatonin_inspector) installed as a JUCE module to help relieve headaches when building plugin UI.

Expand Down

0 comments on commit c9d9288

Please sign in to comment.