scan of worm works now
[woropt.git] / raytrace.asd
blob73aaa174e7c6dcdfcea56bfa7d7d0a07b937985e
1 (asdf:defsystem raytrace
2   :depends-on (:vector)
3   :components
4   ((:module "raytrace" :components ((:file "package")
5                                     (:file "model")
6                                     (:file "raytrace")))))