mirror of
https://github.com/Noratrieb/icefun.git
synced 2026-01-14 12:55:02 +01:00
15 lines
427 B
TOML
15 lines
427 B
TOML
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml for
|
|
# a list of possible configuration values.
|
|
language = "C"
|
|
header = """/*
|
|
* Copyright 2021 Sean McArthur. MIT License.
|
|
* Generated by gen_header.sh. Do not edit directly.
|
|
*/"""
|
|
include_guard = "_HYPER_H"
|
|
no_includes = true
|
|
sys_includes = ["stdint.h", "stddef.h"]
|
|
cpp_compat = true
|
|
documentation_style = "c"
|
|
|
|
[parse.expand]
|
|
crates = ["hyper-capi"]
|