sdl3-sound-sys 0.6.0+SDL-sound-3.2.0

Low level Rust bindings for SDL3_sound
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![no_std]
#![cfg_attr(all(feature = "nightly", doc), feature(doc_cfg))] // https://github.com/rust-lang/rust/issues/43781
#![doc = include_str!("../README.md")]

mod generated;

pub use generated::sound;

#[doc(hidden)]
pub use generated::everything;

#[cfg(feature = "metadata")]
pub mod metadata;