2023-03-03 19:31:34 +11:00
|
|
|
[workspace]
|
2023-03-04 09:15:25 +11:00
|
|
|
members = ["lib", "gb-emu", "gb-vst", "gb-vst/xtask"]
|
|
|
|
default-members = ["gb-emu"]
|
2023-04-06 16:03:50 +10:00
|
|
|
resolver = "2"
|
|
|
|
|
2023-10-09 09:56:54 +11:00
|
|
|
[workspace.dependencies]
|
2023-10-13 09:20:31 +11:00
|
|
|
gb-emu-lib = { path = "./lib", features = ["config"] }
|
2023-10-09 09:56:54 +11:00
|
|
|
baseview = { git = "https://github.com/italicsjenga/baseview" }
|
|
|
|
nih_plug = { git = "https://github.com/italicsjenga/nih-plug", branch = "raw-window-handle-0.5.0" }
|
|
|
|
nih_plug_xtask = { git = "https://github.com/italicsjenga/nih-plug", branch = "raw-window-handle-0.5.0" }
|
2023-10-02 14:35:28 +11:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
librashader = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-common = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-presets = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-preprocess = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-reflect = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-runtime = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-runtime-vk = { git = "https://github.com/italicsjenga/librashader" }
|
|
|
|
librashader-cache = { git = "https://github.com/italicsjenga/librashader" }
|