]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/debug/tests/tests.factor
math.trig: remove reference to this vocab
[factor.git] / extra / game / debug / tests / tests.factor
index 22f1070dc1a9f04ff999ebaf58cd120401a9a4cc..d1d0b1a4bda95cb1deabf5168091e9b9e9fe9e75 100644 (file)
@@ -2,7 +2,7 @@
 ! See https://factorcode.org/license.txt for BSD license.
 USING: accessors colors game.debug game.loop game.worlds gpu
 gpu.framebuffers gpu.util.wasd kernel literals locals make math
-math.matrices math.matrices.extras math.parser math.trig
+math.matrices math.matrices.extras math.parser math.functions
 sequences specialized-arrays ui.gadgets.worlds ui.pixel-formats
 ;
 FROM: alien.c-types => float ;