diff options
author | Araq <rumpf_a@web.de> | 2019-09-20 17:32:15 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-21 06:43:37 +0200 |
commit | 78396583234d0902d9cad095f81c44c8e32e2db7 (patch) | |
tree | b61accbebe2e88a0b37aafb88791511ea1b46e68 | |
parent | 1b20f768c70521144863cb8b381199f4f7e7e366 (diff) | |
download | Nim-78396583234d0902d9cad095f81c44c8e32e2db7.tar.gz |
mark events.nim as unstable
-rw-r--r-- | lib/pure/events.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/events.nim b/lib/pure/events.nim index a39dbe3bf..35be7409f 100644 --- a/lib/pure/events.nim +++ b/lib/pure/events.nim @@ -9,6 +9,8 @@ ## :Author: Alexander Mitchell-Robinson (Amrykid) ## +## Unstable API. +## ## This module implements an event system that is not dependent on external ## graphical toolkits. It was originally called ``NimEE`` because ## it was inspired by Python's PyEE module. There are two ways you can use |