Fixed dependency of opengl extensions and versions. Spelling fix.
[cl-glfw.git] / lib / cl-glfw-opengl-arb_multisample.asd
blobe820a3fdc61d01ec4c60a65e216af9e92b814db4
2 (defpackage #:cl-glfw-opengl-arb_multisample-system (:use #:asdf #:cl)) 
3 (in-package #:cl-glfw-opengl-arb_multisample-system) 
4 (defsystem cl-glfw-opengl-arb_multisample :description
5  "cl-glfw's cl-glfw-opengl-arb_multisample Binding" :author
6  "Generated by cl-glfw's /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp"
7  :licence "Public Domain" :depends-on (cl-glfw-opengl) :components
8  ((:file "opengl-arb_multisample")))