mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
27 lines
340 B
TOML
27 lines
340 B
TOML
header = ""
|
|
include_version = true
|
|
braces = "SameLine"
|
|
line_length = 100
|
|
tab_width = 2
|
|
language = "C"
|
|
|
|
[export]
|
|
prefix = "WGPU"
|
|
exclude = ["BufferMapResult"]
|
|
|
|
[parse]
|
|
parse_deps = true
|
|
include = ["wgpu-native"]
|
|
|
|
[fn]
|
|
|
|
[struct]
|
|
derive_eq = true
|
|
|
|
[enum]
|
|
prefix_with_name = true
|
|
derive_helper_methods = true
|
|
|
|
[macro_expansion]
|
|
bitflags = true
|