mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-26 22:23:14 +00:00
* Add Identity name * Update Context to accept a name * Change constructor in bindings * Add name retrieval to bindings * Update constructor string type * Remove uneeded files * rename functions for symmetry
5 lines
139 B
Nim
5 lines
139 B
Nim
# begin Nimble config (version 2)
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|