Remove single file binary folders

This commit is contained in:
coffee-compiler 2024-07-23 11:59:15 +00:00 committed by Marcel
parent 053416c066
commit 007397c644
12 changed files with 7 additions and 7 deletions

View File

@ -73,7 +73,7 @@ voxygen-i18n-helpers = { package = "veloren-voxygen-i18n-helpers", path = "../vo
client-i18n = { package = "veloren-client-i18n", path = "i18n" }
[[example]]
name = "chat-cli"
name = "chat_cli"
required-features = ["bin_bot"]
[[bin]]

View File

@ -24,11 +24,11 @@ clap = { workspace = true, optional = true }
fluent-syntax = { git = "https://github.com/juliancoffee/fluent-rs.git", branch = "patched"}
[[bin]]
name = "i18n-check"
name = "i18n_check"
required-features = ["bin"]
[[bin]]
name = "i18n-csv"
name = "i18n_csv"
required-features = ["stat"]
[features]

View File

@ -82,7 +82,7 @@ harness = false
name = "fileshare"
[[example]]
name = "network-speed"
name = "network_speed"
[[example]]
name = "chat"

View File

@ -34,7 +34,7 @@ plugins = ["client/plugins", "common-assets/plugins", "server/plugins"]
egui-ui = ["voxygen-egui", "egui", "egui_wgpu_backend", "egui_winit_platform"]
shaderc-from-source = ["shaderc/build-from-source"]
discord = ["discord-sdk"]
bin_img-export = ["common-assets"]
bin_img_export = ["common-assets"]
# We don't ship egui with published release builds so a separate feature is required that excludes it.
default-publish = [
@ -172,5 +172,5 @@ harness = false
name = "meshing_benchmark"
[[bin]]
name = "img-export"
required-features = ["bin_img-export"]
name = "img_export"
required-features = ["bin_img_export"]