]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/terrain/terrain.factor
math.trig: remove reference to this vocab
[factor.git] / extra / terrain / terrain.factor
index 9651f028811983b586c15a4d21253dec9bd2f854..934e809c25b18748750cbab81f0d5a3422f445fd 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors arrays combinators combinators.short-circuit
 destructors game.input game.input.scancodes game.loop
 game.worlds grid-meshes grouping kernel literals math
-math.functions math.matrices.simd math.order math.trig
+math.functions math.matrices.simd math.order
 math.vectors math.vectors.simd noise opengl
 opengl.capabilities opengl.gl opengl.shaders opengl.textures
 sequences specialized-arrays terrain.generation terrain.shaders