ui.gadgets.worlds: Remove unneeded ui.commands dependency. This reduces deployed image size
parent
1877a5ddd5
commit
560ad8b2e5
basis/ui/gadgets/worlds
|
@ -4,7 +4,7 @@ USING: accessors arrays assocs continuations kernel math models
|
|||
namespaces opengl opengl.textures sequences io combinators
|
||||
combinators.short-circuit fry math.vectors math.rectangles cache
|
||||
ui.gadgets ui.gestures ui.render ui.backend ui.gadgets.tracks
|
||||
ui.commands ui.pixel-formats destructors literals strings ;
|
||||
ui.pixel-formats destructors literals strings ;
|
||||
IN: ui.gadgets.worlds
|
||||
|
||||
CONSTANT: default-world-pixel-format-attributes
|
||||
|
|
Loading…
Reference in New Issue