mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'coffee-compiler/remove_single_file_binary_folders' into 'master'
Remove single file binary folders See merge request veloren/veloren!4530
This commit is contained in:
commit
fc8ea37762
@ -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]]
|
||||
|
@ -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]
|
||||
|
@ -82,7 +82,7 @@ harness = false
|
||||
name = "fileshare"
|
||||
|
||||
[[example]]
|
||||
name = "network-speed"
|
||||
name = "network_speed"
|
||||
|
||||
[[example]]
|
||||
name = "chat"
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user