mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-02-17 04:23:08 +00:00
properly importing and exporting chronicles
This commit is contained in:
parent
d3fe7b4389
commit
06111de155
3
ffi.nim
3
ffi.nim
@ -1,4 +1,5 @@
|
||||
import std/[atomics, tables], chronos
|
||||
import std/[atomics, tables]
|
||||
import chronos, chronicles
|
||||
import
|
||||
ffi/internal/[ffi_library, ffi_macro],
|
||||
ffi/[alloc, ffi_types, ffi_context, ffi_thread_request]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# ffi.nimble
|
||||
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
author = "Institute of Free Technology"
|
||||
description = "FFI framework with custom header generation"
|
||||
license = "MIT or Apache License 2.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user