bubble-chamber: Update for processing changes

db4
Eduardo Cavazos 2008-07-28 12:55:08 -05:00
parent fce11759e9
commit 72344abf71
4 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
USING: kernel sequences random accessors multi-methods
math math.constants math.ranges math.points combinators.cleave
processing bubble-chamber.common bubble-chamber.particle ;
processing processing.shapes
bubble-chamber.common bubble-chamber.particle ;
IN: bubble-chamber.particle.axion

View File

@ -1,6 +1,6 @@
USING: kernel random math math.constants math.points accessors multi-methods
processing
processing processing.shapes
processing.color
bubble-chamber.common
bubble-chamber.particle ;

View File

@ -7,6 +7,7 @@ USING: kernel arrays sequences random
multi-methods accessors
combinators.cleave
processing
processing.shapes
bubble-chamber.common
bubble-chamber.particle
bubble-chamber.particle.muon.colors ;

View File

@ -1,6 +1,6 @@
USING: kernel arrays sequences random math accessors multi-methods
processing
processing processing.shapes
bubble-chamber.common
bubble-chamber.particle ;