cbqn-sys 0.8.0

FFI bindings to CBQN
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2022 Antti Keränen
//
// This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

fn main() {
    #[cfg(feature = "shared-object")]
    {
        println!("cargo:rustc-link-lib=cbqn");
    };

    println!("cargo:rerun-if-changed=src/pregenerated.rs");
    println!("cargo:rerun-if-changed=build.rs");
}