Removed cl-opengl requirement and improved interface of GET-FONT-BBOX.
[cl-ftgl.git] / cl-ftgl.asd
blob1c3fe6f3c302ce2b17944d63441b92c4f05eac4a
1 ;;;; -*- Lisp -*-
2 ;;;; cl-ftgl -- FTGL binding for CL.  See README for licensing information.
4 (defpackage #:cl-ftgl-system (:use #:cl #:asdf))
5 (in-package #:cl-ftgl-system)
7 (defsystem cl-ftgl
8     :depends-on (:cffi :anaphora)
9     :components
10     ((:file "package")
11      (:file "bindings" :depends-on ("package"))
12      (:file "ftgl" :depends-on ("package" "bindings"))))