diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
commit | b70a404c640785010ecad52af29b4a96184b2c7e (patch) | |
tree | 939b271a963786e649eb0fc1c8aa7e640eb4c89f /src/package.lisp | |
parent | f2f49f3beae4fb62292e9a80e7ddda64de098771 (diff) |
[add] working canvas demo!
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp index 73ff610..eef6173 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -94,6 +94,8 @@ #:button-on-release #:button-up + #:canvas + #:frameset #:frameset-index #:make-frameset |