gdnative-audio 0.5.0

The Godot game engine's gdnative audio bindings.
Documentation
[package]
name = "gdnative-audio"
authors = ["The godot-rust developers"]
description = "The Godot game engine's gdnative audio bindings."
documentation = "https://docs.rs/crate/gdnative"
repository = "https://github.com/GodotNativeTools/godot-rust"
version = "0.5.0"
license = "MIT"
workspace = ".."

[features]
gd_test = []

[dependencies]
gdnative-common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.2.0" }