bubble-chamber: Update for processing changes
parent
fce11759e9
commit
72344abf71
|
@ -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
|
||||
|
||||
|
|
|
@ -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 ;
|
||||
|
|
|
@ -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 ;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
USING: kernel arrays sequences random math accessors multi-methods
|
||||
processing
|
||||
processing processing.shapes
|
||||
bubble-chamber.common
|
||||
bubble-chamber.particle ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue