fix: cargo.toml indentation
This commit is contained in:
70
Cargo.toml
70
Cargo.toml
@@ -23,15 +23,15 @@ path = "src/main.rs"
|
|||||||
[features]
|
[features]
|
||||||
default = ["wayland"]
|
default = ["wayland"]
|
||||||
wayland = [
|
wayland = [
|
||||||
"dep:cluFlock",
|
"dep:cluFlock",
|
||||||
"dep:waynest",
|
"dep:waynest",
|
||||||
"dep:tokio-stream",
|
"dep:tokio-stream",
|
||||||
"dep:memmap2",
|
"dep:memmap2",
|
||||||
"dep:drm-fourcc",
|
"dep:drm-fourcc",
|
||||||
"dep:memfd",
|
"dep:memfd",
|
||||||
"dep:vulkano",
|
"dep:vulkano",
|
||||||
"dep:wgpu-hal",
|
"dep:wgpu-hal",
|
||||||
"dep:ash",
|
"dep:ash",
|
||||||
]
|
]
|
||||||
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
|
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
|
||||||
profile_app = ["dep:tracing-tracy", "bevy/trace_tracy", "bevy/trace"]
|
profile_app = ["dep:tracing-tracy", "bevy/trace_tracy", "bevy/trace"]
|
||||||
@@ -88,28 +88,28 @@ tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
|
|||||||
|
|
||||||
# bevy
|
# bevy
|
||||||
bevy = { version = "0.16", default-features = false, features = [
|
bevy = { version = "0.16", default-features = false, features = [
|
||||||
"bevy_asset",
|
"bevy_asset",
|
||||||
"bevy_audio",
|
"bevy_audio",
|
||||||
"bevy_color",
|
"bevy_color",
|
||||||
"bevy_core_pipeline",
|
"bevy_core_pipeline",
|
||||||
"bevy_gizmos",
|
"bevy_gizmos",
|
||||||
"bevy_gltf",
|
"bevy_gltf",
|
||||||
"bevy_log",
|
"bevy_log",
|
||||||
"bevy_pbr",
|
"bevy_pbr",
|
||||||
"bevy_render",
|
"bevy_render",
|
||||||
"bevy_window",
|
"bevy_window",
|
||||||
"bevy_winit",
|
"bevy_winit",
|
||||||
"std",
|
"std",
|
||||||
"x11",
|
"x11",
|
||||||
"wayland",
|
"wayland",
|
||||||
"mp3",
|
"mp3",
|
||||||
"wav",
|
"wav",
|
||||||
"qoi",
|
"qoi",
|
||||||
"png",
|
"png",
|
||||||
"hdr",
|
"hdr",
|
||||||
"jpeg",
|
"jpeg",
|
||||||
"tonemapping_luts",
|
"tonemapping_luts",
|
||||||
"multi_threaded",
|
"multi_threaded",
|
||||||
] }
|
] }
|
||||||
bevy_mod_xr = "0.3"
|
bevy_mod_xr = "0.3"
|
||||||
bevy_mod_openxr = "0.3"
|
bevy_mod_openxr = "0.3"
|
||||||
@@ -139,10 +139,10 @@ cluFlock = { version = "1.2.7", optional = true } # for the lockfile checking
|
|||||||
# "tracing",
|
# "tracing",
|
||||||
# ], default-features = false, optional = true }
|
# ], default-features = false, optional = true }
|
||||||
waynest = { git = "https://github.com/technobaboo/waynest.git", branch = "fix/wayland-drm", features = [
|
waynest = { git = "https://github.com/technobaboo/waynest.git", branch = "fix/wayland-drm", features = [
|
||||||
"server",
|
"server",
|
||||||
"stable",
|
"stable",
|
||||||
"external",
|
"external",
|
||||||
"tracing",
|
"tracing",
|
||||||
], default-features = false, optional = true }
|
], default-features = false, optional = true }
|
||||||
tokio-stream = { version = "0.1.17", optional = true }
|
tokio-stream = { version = "0.1.17", optional = true }
|
||||||
memmap2 = { version = "0.9.5", optional = true }
|
memmap2 = { version = "0.9.5", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user