# 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 = "2021" name = "rg3d-sound-sdl" version = "0.1.1" authors = ["Michael Connor Buchan "] exclude = ["ding.wav"] description = "Use rg3d-sound with SDL's audio subsystem" readme = "README.md" keywords = [ "audio", "sound", "sdl", "rg3d", "bridge", ] categories = [ "game-development", "multimedia", ] license = "MIT" repository = "https://github.com/mcb2003/rg3d-sound-sdl" resolver = "2" [dependencies.rg3d-sound] version = "0.26.0" [dependencies.sdl2] version = "0.35.2" [dependencies.static_assertions] version = "1.1.0"