Skip to content

Commit 0e41831

Browse files
committed
minor fixes
1 parent 551ec42 commit 0e41831

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CppMode.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ category=Other
33
authors=[Jose Gonzalez Llamas](https://github.com/pepc84)
44
url=https://github.com/processing-cpp/processing.cpp
55
sentence=Write and run Processing sketches in C++.
6-
paragraph=C++ Mode lets you write sketches using the familiar Processing API — size(), ellipse(), mouseX, draw() — but compiled to a native binary via g++. Runs on Linux, macOS, and Windows (via MSYS2). Requires g++ and OpenGL (GLFW + GLEW).
7-
version=1
8-
prettyVersion=0.1.0
9-
minRevision=1280
6+
paragraph=C++ Mode lets you write sketches using the familiar Processing API — size(), ellipse(), mouseX, draw() — but compiled to a native binary via g++. Runs on Linux and Windows (via MSYS2). Requires g++ and OpenGL (GLFW + GLEW).
7+
version=2
8+
prettyVersion=0.1.1
9+
minRevision=1293
1010
maxRevision=0

0 commit comments

Comments
 (0)