mirror of
https://github.com/project-slippi/cpal.git
synced 2025-10-06 00:02:40 +02:00
Merge pull request #761 from mockersf/update-to-0.15.1
prepare 0.15.1 release
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# Version 0.15.0 (2022-01-29)
|
||||
# Version 0.15.1 (2023-03-14)
|
||||
|
||||
- Add feature `oboe-shared-stdcxx` to enable `shared-stdcxx` on `oboe` for Android support
|
||||
- Remove `thiserror` dependency
|
||||
- Swith `mach` dependency to `mach2`
|
||||
|
||||
# Version 0.15.0 (2023-01-29)
|
||||
|
||||
- Update `windows-rs`, `jack`, `coreaudio-sys`, `oboe`, `alsa` dependencies
|
||||
- Switch to the `dasp_sample` crate for the sample trait
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cpal"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
description = "Low-level cross-platform audio I/O library in pure Rust."
|
||||
repository = "https://github.com/rustaudio/cpal"
|
||||
documentation = "https://docs.rs/cpal"
|
||||
|
Reference in New Issue
Block a user