cargo: update dependencies
This commit is contained in:
parent
63e239032a
commit
78d86c1224
9 changed files with 426 additions and 274 deletions
682
Cargo.lock
generated
682
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -36,7 +36,7 @@ num-traits = "0.2.17"
|
||||||
num-derive = "0.4.2"
|
num-derive = "0.4.2"
|
||||||
libloading = "0.8.1"
|
libloading = "0.8.1"
|
||||||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||||
isnt = "0.1.0"
|
isnt = "0.2.0"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
rand = "0.9.1"
|
rand = "0.9.1"
|
||||||
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|
||||||
|
|
@ -58,7 +58,7 @@ gpu-alloc-ash = "0.7.0"
|
||||||
serde = { version = "1.0.196", features = ["derive"] }
|
serde = { version = "1.0.196", features = ["derive"] }
|
||||||
serde_json = "1.0.128"
|
serde_json = "1.0.128"
|
||||||
linearize = { version = "0.1.3", features = ["derive"] }
|
linearize = { version = "0.1.3", features = ["derive"] }
|
||||||
png = "0.17.13"
|
png = "0.18.0"
|
||||||
rustc-demangle = { version = "0.1.24", optional = true }
|
rustc-demangle = { version = "0.1.24", optional = true }
|
||||||
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
|
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
|
||||||
kbvm = "0.1.5"
|
kbvm = "0.1.5"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ use {
|
||||||
},
|
},
|
||||||
arrayvec::ArrayVec,
|
arrayvec::ArrayVec,
|
||||||
bstr::ByteSlice,
|
bstr::ByteSlice,
|
||||||
isnt::std_1::collections::IsntHashMap2Ext,
|
isnt::std_1::collections::IsntHashMapExt,
|
||||||
std::{any::Any, cell::Cell, mem, rc::Rc, slice},
|
std::{any::Any, cell::Cell, mem, rc::Rc, slice},
|
||||||
uapi::c,
|
uapi::c,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ use {
|
||||||
arrayvec::ArrayVec,
|
arrayvec::ArrayVec,
|
||||||
bstr::{BString, ByteSlice},
|
bstr::{BString, ByteSlice},
|
||||||
indexmap::{IndexMap, IndexSet, indexset},
|
indexmap::{IndexMap, IndexSet, indexset},
|
||||||
isnt::std_1::collections::IsntHashMap2Ext,
|
isnt::std_1::collections::IsntHashMapExt,
|
||||||
jay_config::video::GfxApi,
|
jay_config::video::GfxApi,
|
||||||
std::{
|
std::{
|
||||||
cell::{Cell, RefCell},
|
cell::{Cell, RefCell},
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ use {
|
||||||
Queue, QueueFamilyProperties2, QueueFlags, QueueGlobalPriorityKHR,
|
Queue, QueueFamilyProperties2, QueueFlags, QueueGlobalPriorityKHR,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isnt::std_1::collections::IsntHashMap2Ext,
|
isnt::std_1::collections::IsntHashMapExt,
|
||||||
std::{
|
std::{
|
||||||
cell::Cell,
|
cell::Cell,
|
||||||
ffi::{CStr, CString},
|
ffi::{CStr, CString},
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ use {
|
||||||
api_version_minor, api_version_patch, api_version_variant,
|
api_version_minor, api_version_patch, api_version_variant,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isnt::std_1::collections::IsntHashMap2Ext,
|
isnt::std_1::collections::IsntHashMapExt,
|
||||||
log::Level,
|
log::Level,
|
||||||
once_cell::sync::Lazy,
|
once_cell::sync::Lazy,
|
||||||
std::{
|
std::{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ use {
|
||||||
jay_head_manager_ext_drm_color_space_setter_v1::JayHeadManagerExtDrmColorSpaceSetterV1RequestHandler,
|
jay_head_manager_ext_drm_color_space_setter_v1::JayHeadManagerExtDrmColorSpaceSetterV1RequestHandler,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isnt::std_1::primitive::IsntSlice2Ext,
|
isnt::std_1::primitive::IsntSliceExt,
|
||||||
std::rc::Rc,
|
std::rc::Rc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ use {
|
||||||
jay_head_manager_ext_format_setter_v1::JayHeadManagerExtFormatSetterV1RequestHandler,
|
jay_head_manager_ext_format_setter_v1::JayHeadManagerExtFormatSetterV1RequestHandler,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isnt::std_1::primitive::IsntSlice2Ext,
|
isnt::std_1::primitive::IsntSliceExt,
|
||||||
std::rc::Rc,
|
std::rc::Rc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ use {
|
||||||
testrun::TestRun,
|
testrun::TestRun,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isnt::std_1::collections::IsntHashSet2Ext,
|
isnt::std_1::collections::IsntHashSetExt,
|
||||||
std::rc::Rc,
|
std::rc::Rc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue