From d99e217cfb12f40dd7dbc26146ef287f9f9020fc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 27 Apr 2004 17:44:30 +0000 Subject: Implemented Cube, in a sufficiently general way that it also handles the tetrahedron, octahedron and icosahedron. [originally from svn r4151] --- Recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 5a3567e..48f3e68 100644 --- a/Recipe +++ b/Recipe @@ -15,7 +15,7 @@ COMMON = midend malloc NET = net random tree234 net : [X] gtk COMMON NET -#cube : [X] gtk COMMON CUBE +cube : [X] gtk COMMON cube #net : [G] windows COMMON NET -#cube : [G] windows COMMON CUBE +#cube : [G] windows COMMON cube -- cgit v1.1