mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
update toolchain to 2024-05-14
This commit is contained in:
parent
e63b42645f
commit
5f41aefacb
66
Cargo.lock
generated
66
Cargo.lock
generated
@ -45,17 +45,6 @@ version = "0.4.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289"
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.7.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
||||
dependencies = [
|
||||
"getrandom 0.2.12",
|
||||
"once_cell",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.8.11"
|
||||
@ -4473,16 +4462,6 @@ dependencies = [
|
||||
"ttf-parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "packed_simd"
|
||||
version = "0.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parking"
|
||||
version = "2.2.0"
|
||||
@ -5794,8 +5773,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||
|
||||
[[package]]
|
||||
name = "shred"
|
||||
version = "0.15.0"
|
||||
source = "git+https://github.com/amethyst/shred.git?rev=5d52c6fc390dd04c12158633e77591f6523d1f85#5d52c6fc390dd04c12158633e77591f6523d1f85"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "656294f5bdcf6d33f0cf89e88a72b58595e3fca0e77e4a4b9e9026179757fb1e"
|
||||
dependencies = [
|
||||
"ahash 0.8.11",
|
||||
"arrayvec",
|
||||
@ -5808,8 +5788,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shred-derive"
|
||||
version = "0.6.3"
|
||||
source = "git+https://github.com/amethyst/shred.git?rev=5d52c6fc390dd04c12158633e77591f6523d1f85#5d52c6fc390dd04c12158633e77591f6523d1f85"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69760b786f8b40361c10663eb63c81fa7d828008527d26aa7595b99c53ab3a8d"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.79",
|
||||
"quote 1.0.35",
|
||||
@ -5943,10 +5924,9 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "specs"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a60eabdfd5a80e458c3e7bcc9f1076d6ce3cc8ddb71d69691f00fc0de735a635"
|
||||
source = "git+https://github.com/amethyst/specs.git?rev=4e2da1df29ee840baa9b936593c45592b7c9ae27#4e2da1df29ee840baa9b936593c45592b7c9ae27"
|
||||
dependencies = [
|
||||
"ahash 0.7.8",
|
||||
"ahash 0.8.11",
|
||||
"crossbeam-queue",
|
||||
"hibitset",
|
||||
"log",
|
||||
@ -5962,8 +5942,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "specs-derive"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e23e09360f3d2190fec4222cd9e19d3158d5da948c0d1ea362df617dd103511"
|
||||
source = "git+https://github.com/amethyst/specs.git?rev=4e2da1df29ee840baa9b936593c45592b7c9ae27#4e2da1df29ee840baa9b936593c45592b7c9ae27"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.79",
|
||||
"quote 1.0.35",
|
||||
@ -6816,9 +6795,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "vek"
|
||||
version = "0.16.1"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c85158043f3bc1fac596d59a77e07948da340b9951b451ed4cb4a8c480aa2157"
|
||||
checksum = "cb40015035f83ba23d647e647f8be060d0f6f99b7c7687989fbca3e3d65e7234"
|
||||
dependencies = [
|
||||
"approx 0.5.1",
|
||||
"num-integer",
|
||||
@ -6848,7 +6827,7 @@ dependencies = [
|
||||
"specs",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-client-i18n",
|
||||
"veloren-common",
|
||||
"veloren-common-base",
|
||||
@ -6919,7 +6898,7 @@ dependencies = [
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"uuid",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common-assets",
|
||||
"veloren-common-base",
|
||||
"veloren-common-i18n",
|
||||
@ -7004,7 +6983,7 @@ dependencies = [
|
||||
"specs",
|
||||
"sum_type",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
]
|
||||
|
||||
@ -7028,7 +7007,7 @@ dependencies = [
|
||||
"timer-queue",
|
||||
"toml 0.8.12",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-assets",
|
||||
"veloren-common-base",
|
||||
@ -7048,7 +7027,7 @@ dependencies = [
|
||||
"rayon",
|
||||
"specs",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-base",
|
||||
"veloren-common-ecs",
|
||||
@ -7132,7 +7111,7 @@ dependencies = [
|
||||
"serde",
|
||||
"slotmap",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-world",
|
||||
]
|
||||
@ -7175,7 +7154,7 @@ dependencies = [
|
||||
"strum 0.24.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-base",
|
||||
"veloren-common-ecs",
|
||||
@ -7198,7 +7177,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"specs",
|
||||
"tracing",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-base",
|
||||
"veloren-common-dynlib",
|
||||
@ -7296,7 +7275,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tracing",
|
||||
"treeculler",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-client",
|
||||
"veloren-client-i18n",
|
||||
"veloren-common",
|
||||
@ -7324,7 +7303,7 @@ version = "0.10.0"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"lazy_static",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-dynlib",
|
||||
]
|
||||
@ -7380,7 +7359,6 @@ dependencies = [
|
||||
"num 0.4.1",
|
||||
"num-traits",
|
||||
"ordered-float 3.9.2",
|
||||
"packed_simd",
|
||||
"rand 0.8.5",
|
||||
"rand_chacha 0.3.1",
|
||||
"rayon",
|
||||
@ -7393,7 +7371,7 @@ dependencies = [
|
||||
"svg_fmt",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"vek 0.16.1",
|
||||
"vek 0.17.0",
|
||||
"veloren-common",
|
||||
"veloren-common-base",
|
||||
"veloren-common-dynlib",
|
||||
|
@ -1,5 +1,3 @@
|
||||
cargo-features = ["named-profiles", "profile-overrides"]
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
@ -147,7 +145,7 @@ crossbeam-channel = { version = "0.5" }
|
||||
ordered-float = { version = "3", default-features = true }
|
||||
num = { version = "0.4" }
|
||||
num-traits = { version = "0.2" }
|
||||
vek = { version = "0.16.1", features = ["serde"] }
|
||||
vek = { version = "0.17.0", features = ["serde"] }
|
||||
itertools = { version = "0.10" }
|
||||
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
@ -164,7 +162,8 @@ sha2 = "0.10"
|
||||
hex = "0.4.3"
|
||||
|
||||
[patch.crates-io]
|
||||
shred = { git = "https://github.com/amethyst/shred.git", rev = "5d52c6fc390dd04c12158633e77591f6523d1f85" }
|
||||
# until next specs release
|
||||
specs = { git = "https://github.com/amethyst/specs.git", rev = "4e2da1df29ee840baa9b936593c45592b7c9ae27" }
|
||||
# This is needed because of:
|
||||
# * an issue with spirv & naga in wgpu 0.18 (I assume this is fixed upstream but not in 0.18)
|
||||
# * an issue with uint in uniforms for gl. (potentially fixed in 0.19?)
|
||||
|
@ -45,6 +45,7 @@ pub enum ResourceErr {
|
||||
#[allow(dead_code)] // false-positive
|
||||
err: String,
|
||||
},
|
||||
#[allow(dead_code)] // false-positive
|
||||
BundleError(String),
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(non_local_definitions)] //TODO: added 2024-05-15 to update toolchain
|
||||
use protocol::Protocol;
|
||||
|
||||
pub(crate) const VERSION: u16 = 0;
|
||||
|
@ -7,7 +7,8 @@
|
||||
binary_heap_drain_sorted,
|
||||
fn_traits,
|
||||
unboxed_closures,
|
||||
tuple_trait
|
||||
tuple_trait,
|
||||
trait_upcasting
|
||||
)]
|
||||
|
||||
pub mod ai;
|
||||
|
@ -1 +1 @@
|
||||
nightly-2024-01-17
|
||||
nightly-2024-05-14
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![feature(exclusive_range_pattern, let_chains)]
|
||||
#![feature(let_chains)]
|
||||
#![allow(
|
||||
clippy::needless_pass_by_ref_mut //until we find a better way for specs
|
||||
)]
|
||||
|
@ -1,5 +1,6 @@
|
||||
pub struct Character {
|
||||
pub character_id: i64,
|
||||
#[allow(dead_code)]
|
||||
pub player_uuid: String,
|
||||
pub alias: String,
|
||||
pub waypoint: Option<String>,
|
||||
@ -16,6 +17,7 @@ pub struct Item {
|
||||
}
|
||||
|
||||
pub struct Body {
|
||||
#[allow(dead_code)]
|
||||
pub body_id: i64,
|
||||
pub variant: String,
|
||||
pub body_data: String,
|
||||
@ -38,6 +40,7 @@ pub struct Pet {
|
||||
}
|
||||
|
||||
pub struct AbilitySets {
|
||||
#[allow(dead_code)]
|
||||
pub entity_id: i64,
|
||||
pub ability_sets: String,
|
||||
}
|
||||
|
@ -7,6 +7,7 @@ use std::path::PathBuf;
|
||||
|
||||
// See best practices for attribution: https://wiki.creativecommons.org/wiki/Best_practices_for_attribution
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone, Deserialize)]
|
||||
pub struct Art {
|
||||
/// Name of the art.
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(non_local_definitions)] // because of WidgetCommon derive
|
||||
mod animation;
|
||||
mod bag;
|
||||
mod buffs;
|
||||
|
@ -11,7 +11,6 @@ pub struct RainOcclusionMapRenderer {
|
||||
|
||||
pub terrain_pipeline: rain_occlusion::RainOcclusionPipeline,
|
||||
pub figure_pipeline: rain_occlusion::RainOcclusionFigurePipeline,
|
||||
pub layout: rain_occlusion::RainOcclusionLayout,
|
||||
}
|
||||
|
||||
pub enum RainOcclusionMap {
|
||||
@ -31,13 +30,10 @@ impl RainOcclusionMap {
|
||||
if let (Some(terrain_pipeline), Some(figure_pipeline), Some(depth)) =
|
||||
(directed, figure, view)
|
||||
{
|
||||
let layout = rain_occlusion::RainOcclusionLayout::new(device);
|
||||
|
||||
Self::Enabled(RainOcclusionMapRenderer {
|
||||
depth,
|
||||
terrain_pipeline,
|
||||
figure_pipeline,
|
||||
layout,
|
||||
})
|
||||
} else {
|
||||
Self::Disabled(Self::create_dummy_tex(device, queue))
|
||||
|
@ -12,7 +12,6 @@ pub struct ShadowMapRenderer {
|
||||
pub terrain_directed_pipeline: shadow::ShadowPipeline,
|
||||
pub figure_directed_pipeline: shadow::ShadowFigurePipeline,
|
||||
pub debug_directed_pipeline: shadow::ShadowDebugPipeline,
|
||||
pub layout: shadow::ShadowLayout,
|
||||
}
|
||||
|
||||
pub enum ShadowMap {
|
||||
@ -43,8 +42,6 @@ impl ShadowMap {
|
||||
{
|
||||
let (point_depth, directed_depth) = shadow_views;
|
||||
|
||||
let layout = shadow::ShadowLayout::new(device);
|
||||
|
||||
Self::Enabled(ShadowMapRenderer {
|
||||
directed_depth,
|
||||
point_depth,
|
||||
@ -53,8 +50,6 @@ impl ShadowMap {
|
||||
terrain_directed_pipeline,
|
||||
figure_directed_pipeline,
|
||||
debug_directed_pipeline,
|
||||
|
||||
layout,
|
||||
})
|
||||
} else {
|
||||
let (dummy_point, dummy_directed) = Self::create_dummy_shadow_tex(device, queue);
|
||||
|
@ -153,22 +153,6 @@ struct MeshWorkerResponse {
|
||||
blocks_of_interest: BlocksOfInterest,
|
||||
}
|
||||
|
||||
/// Conversion of SpriteSpec from a hashmap failed because some sprites were
|
||||
/// missing.
|
||||
struct SpritesMissing(Vec<SpriteKind>);
|
||||
|
||||
use core::fmt;
|
||||
|
||||
impl fmt::Display for SpritesMissing {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
writeln!(
|
||||
f,
|
||||
"Missing entries in the sprite manifest for these sprites: {:?}",
|
||||
&self.0,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_sprite_instances<'a, I: 'a>(
|
||||
lod_levels: &'a mut [I; SPRITE_LOD_LEVELS],
|
||||
set_instance: impl Fn(&mut I, SpriteInstance, Vec3<i32>),
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(non_local_definitions)] // because of WidgetCommon derive
|
||||
pub mod ghost_image;
|
||||
pub mod image_frame;
|
||||
pub mod image_slider;
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
[features]
|
||||
use-dyn-lib = ["common-dynlib"]
|
||||
be-dyn-lib = []
|
||||
simd = ["vek/platform_intrinsics", "packed_simd"]
|
||||
simd = ["vek/platform_intrinsics"]
|
||||
bin_compression = [
|
||||
"lz-fear",
|
||||
"deflate",
|
||||
@ -20,7 +20,7 @@ bin_compression = [
|
||||
]
|
||||
cli = ["clap", "signal-hook", "indicatif"]
|
||||
|
||||
default = ["simd"]
|
||||
default = []
|
||||
|
||||
[dependencies]
|
||||
common = { package = "veloren-common", path = "../common" }
|
||||
@ -45,7 +45,6 @@ tracing = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand_chacha = { workspace = true }
|
||||
arr_macro = "0.2.1"
|
||||
packed_simd = { version = "0.3.9", optional = true }
|
||||
rayon = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
ron = { workspace = true }
|
||||
|
@ -1415,18 +1415,6 @@ impl<'a, const N: usize> PrimitiveTransform for [PrimitiveRef<'a>; N] {
|
||||
}
|
||||
}
|
||||
|
||||
pub trait PrimitiveGroupFill<const N: usize> {
|
||||
fn fill_many(self, fills: [Fill; N]);
|
||||
}
|
||||
|
||||
impl<const N: usize> PrimitiveGroupFill<N> for [PrimitiveRef<'_>; N] {
|
||||
fn fill_many(self, fills: [Fill; N]) {
|
||||
for i in 0..N {
|
||||
self[i].fill(fills[i].clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub trait Structure {
|
||||
#[cfg(feature = "use-dyn-lib")]
|
||||
const UPDATE_FN: &'static [u8];
|
||||
|
Loading…
Reference in New Issue
Block a user