Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / cl-glfw-types.asd
blob2dc274fe9717894817aa58d86120e184adabbde5
1 (defpackage #:cl-glfw-types-system
2   (:use #:asdf #:cl))
4 (in-package #:cl-glfw-types-system)
5  
6 (defsystem cl-glfw-types
7   :description "Common Lisp bindings for GLFW: Base CFFI type definitions and expanders package"
8   :version "0.3"
9   :author "William Robinson <airbaggins@users.sf.net>"
10   :licence "Public Domain"
11   :depends-on (cffi)
12   :components ((:module lib :components ((:file "types")))))