fmod1-sys 0.1.1

Generated bindings for FMOD low-level API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fmod1-sys"
version = "0.1.1"
authors = ["Shane Pearman <spearman@gitlab.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated bindings for FMOD low-level API"
readme = false
license = "Apache-2.0"
repository = "https://gitlab.com/spearman/fmod-rs"

[lib]
name = "fmod_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72.*"