We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a0eec commit d4f55f2Copy full SHA for d4f55f2
.mvn/extensions.xml
@@ -3,7 +3,7 @@
3
<extension>
4
<groupId>io.takari.polyglot</groupId>
5
<artifactId>polyglot-ruby</artifactId>
6
- <version>0.4.6</version>
+ <version>0.4.8</version>
7
</extension>
8
</extensions>
9
lib/jruby_art/app.rb
@@ -19,8 +19,8 @@ module Processing
19
20
# import custom Vecmath renderers
21
module Render
22
- java_import 'monkstone.vecmath.GfxRender'
23
- java_import 'monkstone.vecmath.ShapeRender'
+ import 'monkstone.vecmath.GfxRender'
+ import 'monkstone.vecmath.ShapeRender'
24
end
25
# Watch the definition of these methods, to make sure
26
# that Processing is able to call them during events.
0 commit comments