File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ v1.2.3 Favor latest beta Video2 library over GLVideo.
2+
13v1.2.2 Removed landscape from example as too taxing for raspberryPI. Improved geany tools.
24
35v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.
Original file line number Diff line number Diff 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.4 ' )
15+ processing_root = File . join ( HOME_DIR , 'processing-3.5.3 ' )
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 ]
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PiCrate
4- VERSION = '1.2.2 '
4+ VERSION = '1.2.3 '
55end
Original file line number Diff line number Diff line change 11project 'picrate' , 'http://maven.apache.org' do
22
33 model_version '4.0.0'
4- id 'ruby-processing:picrate:1.2.2 '
4+ id 'ruby-processing:picrate:1.2.3 '
55 packaging 'jar'
66
77 description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
You can’t perform that action at this time.
0 commit comments