#lang setup/infotab (define name "Animated Canvas") (define blurb (list "This library provides an animated-canvas% class that specializes the GRacket " "canvas% class to provide a simple double-buffered animation capability in Racket. " "Two simple demonstration programs are also provided.")) (define release-notes (list "Updated the examples to show animations using the new plot collection.")) (define primary-file "animated-canvas.rkt") (define categories '(ui)) (define repositories '("4.x")) (define scribblings '(("animated-canvas.scrbl" ()))) (define url "http://schematics.sourceforge.net/") (define required-core-version "5.2")