Skip to content

Commit becc7a5

Browse files
committed
update processing-version
1 parent 7f7a89a commit becc7a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v2.0.0 Use JDK11+ update to processing-3.5.4
2+
13
v1.2.4 Extract picrate examples to ~/projects/examples instead of ~/picrate_samples for tighter integration with geany editor. Remove non-functioning sound library as an install option (direct toward minim as option).
24

35
v1.2.3 Favor latest beta Video2 library over GLVideo.

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ task :init do
1212
# for Archlinux etc
1313
# processing_root = File.dirname(`readlink -f $(which processing)`)
1414
# alternative for debian linux etc
15-
processing_root = File.join(HOME_DIR, 'processing-3.5.3')
15+
processing_root = File.join(HOME_DIR, 'processing-3.5.4')
1616
jar_dir = File.join(processing_root, 'core', 'library')
1717
opengl = Dir.entries(jar_dir).grep(/amd64|armv6hf/).select { |jar| jar =~ /linux/ }
1818
opengl.concat %w[jogl-all.jar gluegen-rt.jar]

0 commit comments

Comments
 (0)