mirror of
https://github.com/Noratrieb/icefun.git
synced 2026-01-15 21:25:02 +01:00
private
This commit is contained in:
parent
25adea4103
commit
7af1274587
160 changed files with 38999 additions and 4 deletions
15
hyper/capi/cbindgen.toml
Normal file
15
hyper/capi/cbindgen.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue