forked from dezzyne/propagation
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
44 lines (40 loc) · 1.28 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[package]
name = "propagation"
version = "0.1.0"
authors = ["massivelivefun <matthewlancefuller@gmail.com>"]
edition = "2021"
description = "A supersonic cross-platform asynchronous ASIO device manager and audio routing application."
exclude = [ "media/*" ]
documentation = "https://www.dezzyne.com/doc/latest/doc/propagation/"
homepage = "https://www.dezzyne.com/"
repository = "https://github.com/dezzyne/propagation"
readme = "README.md"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "dezzyne/propagation", branch = "master" }
[workspace]
members = [ "propagation_endpoint/" ]
[dependencies]
os_info = "2.0.2"
propagation_endpoint = { path = "propagation_endpoint/", version = "0.1.0" }
sys-info = "0.5.10"
winit = { version = "0.28.7", features = ["x11"] }
egui-winit = "0.23.0"
egui = "0.23.0"
egui_struct = "0.3.0"
egui_struct_macros = "0.3.0"
egui_dock = "0.8.2"
egui-wgpu = "0.23.0"
egui_wgpu_backend = "0.27.0"
wgpu = "0.18.0"
chrono = "0.4.31"
egui_winit_platform = "0.20.0"
pollster = "0.3.0"
epi = "0.17.0"
egui_demo_lib = "0.23.0"
rea-rs = "0.1.2"
rea-rs-low = "0.1.2"
rea-rs-macros = "0.1.2"
rea-rs-test = "0.1.2"
cpal = { version = "0.15.2", features = ["asio", "asio-sys"] }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html