mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 15:07:18 +00:00
Edition 2021 (#479)
This commit is contained in:
parent
44b92d43e9
commit
7b65d2fdd9
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue