clepsydre-rebind 0.1.0

Safe bindings for libclepsydre
1
2
3
4
5
6
7
8
9
subdir('sys')

rust = import('rust')

workspace = rust.workspace()

crate = workspace.package(f'clepsydre-rebind')
lib = crate.library(link_with: ffi_lib, rust_abi: 'rust')
crate.override_dependency(declare_dependency(link_with: lib, version: crate.version()), rust_abi: 'rust')