2023-03-03 19:31:34 +11:00
|
|
|
[workspace]
|
2023-11-26 13:15:31 +11:00
|
|
|
members = ["lib", "frontend-common", "gb-vst", "gb-vst/xtask", "gui", "cli"]
|
|
|
|
default-members = ["cli"]
|
2023-04-06 16:03:50 +10:00
|
|
|
resolver = "2"
|
|
|
|
|
2023-10-09 09:56:54 +11:00
|
|
|
[workspace.dependencies]
|
2024-02-08 15:27:48 +11:00
|
|
|
thiserror = "1.0"
|
|
|
|
raw-window-handle = "0.6"
|
2023-10-13 09:20:31 +11:00
|
|
|
gb-emu-lib = { path = "./lib", features = ["config"] }
|
2023-11-26 13:15:31 +11:00
|
|
|
frontend-common = { path = "./frontend-common" }
|
2024-02-08 15:27:48 +11:00
|
|
|
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" }
|
2024-02-07 17:29:18 +11:00
|
|
|
librashader = { git = "https://git.alexjanka.com/alex/librashader", default-features = false }
|
2024-01-25 10:05:18 +11:00
|
|
|
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" }
|
2024-02-08 15:27:48 +11:00
|
|
|
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" }
|