diff options
author | Colin Okay <okay@toyful.space> | 2022-07-20 14:09:17 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-20 14:09:17 -0500 |
commit | 3f1ad32d3999e5860ea8c9a0e69350ff60ddbe0e (patch) | |
tree | a9f0a42b8274f174e90910176e1fe6a93bb1436d | |
parent | 276c7728829436874260eb73033dad85b998a8c7 (diff) |
[export] canvas api
-rw-r--r-- | src/package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp index 7487af8..dc9fee9 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -38,6 +38,7 @@ #:refocus-on-mousedown-p #:shutdown #:start + #:stop ;; Display Tree Managmennt #:add-unit |