dep reshufle
This commit is contained in:
parent
d769f90336
commit
814443aed5
3 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,7 @@ default-members = ["gb-emu"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
gb-emu-lib = { path = "./lib", features = ["config"] }
|
||||||
baseview = { git = "https://github.com/italicsjenga/baseview" }
|
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 = { 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" }
|
nih_plug_xtask = { git = "https://github.com/italicsjenga/nih-plug", branch = "raw-window-handle-0.5.0" }
|
||||||
|
|
|
@ -8,16 +8,14 @@ description = "TWINC Game Boy (CGB/DMG) emulator"
|
||||||
identifier = "com.alexjanka.TWINC"
|
identifier = "com.alexjanka.TWINC"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["vulkan"]
|
default = ["vulkan-static"]
|
||||||
pixels = ["gb-emu-lib/pixels-renderer"]
|
pixels = ["gb-emu-lib/pixels-renderer"]
|
||||||
vulkan = ["dep:raw-window-handle", "gb-emu-lib/vulkan-renderer"]
|
vulkan = ["dep:raw-window-handle", "gb-emu-lib/vulkan-renderer"]
|
||||||
vulkan-static = ["gb-emu-lib/vulkan-static"]
|
vulkan-static = ["vulkan", "gb-emu-lib/vulkan-static"]
|
||||||
camera = ["dep:nokhwa", "dep:send_wrapper"]
|
camera = ["dep:nokhwa", "dep:send_wrapper"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gb-emu-lib = { path = "../lib", default-features = false, features = [
|
gb-emu-lib = { workspace = true }
|
||||||
"config",
|
|
||||||
] }
|
|
||||||
clap = { version = "4.4", features = ["derive"] }
|
clap = { version = "4.4", features = ["derive"] }
|
||||||
gilrs = "0.10"
|
gilrs = "0.10"
|
||||||
cpal = "0.15"
|
cpal = "0.15"
|
||||||
|
|
|
@ -13,7 +13,7 @@ vulkan = ["dep:raw-window-handle", "gb-emu-lib/vulkan-renderer"]
|
||||||
vulkan-static = ["vulkan", "gb-emu-lib/vulkan-static"]
|
vulkan-static = ["vulkan", "gb-emu-lib/vulkan-static"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gb-emu-lib = { path = "../lib", features = ["config"] }
|
gb-emu-lib = { workspace = true }
|
||||||
nih_plug = { workspace = true, features = ["standalone"] }
|
nih_plug = { workspace = true, features = ["standalone"] }
|
||||||
baseview = { workspace = true }
|
baseview = { workspace = true }
|
||||||
async-ringbuf = "0.1"
|
async-ringbuf = "0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue