29 lines
1.5 KiB
TOML
29 lines
1.5 KiB
TOML
[workspace]
|
|
members = ["lib", "frontend-common", "gb-vst", "gb-vst/xtask", "gui", "cli"]
|
|
default-members = ["cli"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
thiserror = "1.0"
|
|
raw-window-handle = "0.6"
|
|
gb-emu-lib = { path = "./lib", features = ["config"] }
|
|
frontend-common = { path = "./frontend-common" }
|
|
baseview = { git = "https://git.alexjanka.com/alex/baseview", default-features = false }
|
|
nih_plug = { git = "https://git.alexjanka.com/alex/nih-plug" }
|
|
nih_plug_xtask = { git = "https://git.alexjanka.com/alex/nih-plug" }
|
|
librashader = { git = "https://git.alexjanka.com/alex/librashader", default-features = false }
|
|
librashader-common = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-presets = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-preprocess = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-reflect = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-runtime = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-runtime-vk = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
librashader-cache = { git = "https://git.alexjanka.com/alex/librashader" }
|
|
ash = { git = "https://git.alexjanka.com/alex/ash", branch = "raw-window-handle-0.6.0" }
|
|
ash-window = { git = "https://git.alexjanka.com/alex/ash", branch = "raw-window-handle-0.6.0" }
|
|
|
|
[patch."https://github.com/RustAudio/baseview.git"]
|
|
baseview = { git = "https://git.alexjanka.com/alex/baseview" }
|
|
|
|
[patch.crates-io]
|
|
ash = { git = "https://git.alexjanka.com/alex/ash", branch = "raw-window-handle-0.6.0" }
|