Edition 2021 (#479)

This commit is contained in:
est31 2023-02-17 22:14:05 +01:00 committed by GitHub
parent 44b92d43e9
commit 7b65d2fdd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,13 @@
[package]
name = "rodio"
version = "0.16.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]
repository = "https://github.com/RustAudio/rodio"
documentation = "http://docs.rs/rodio"
exclude = ["assets/**", "tests/**"]
edition = "2018"
edition = "2021"
[dependencies]
cpal = "0.15"