fmod-studio-sys 1.0.1

FMOD Studio bindings
# 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"
rust-version = "1.93.1"
name = "fmod-studio-sys"
version = "1.0.1"
build = "build.rs"
links = "fmodstudio"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FMOD Studio bindings"
readme = "README.md"
keywords = [
    "gamedev",
    "audio",
    "sound",
    "fmod",
    "adaptive-audio",
]
categories = [
    "external-ffi-bindings",
    "game-development",
    "multimedia::audio",
]
license-file = "LICENSE.txt"
repository = "https://github.com/CAD97/fmod-rs"
resolver = "2"

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

[dependencies.fmod-core-sys]
version = "1.0.1"

[build-dependencies.build-rs]
version = "0.3.3"

[build-dependencies.fmod-build-helper]
version = "0.1.1"