cargo: update dependencies
This commit is contained in:
parent
63e239032a
commit
78d86c1224
9 changed files with 426 additions and 274 deletions
|
|
@ -24,7 +24,7 @@ use {
|
|||
},
|
||||
arrayvec::ArrayVec,
|
||||
bstr::ByteSlice,
|
||||
isnt::std_1::collections::IsntHashMap2Ext,
|
||||
isnt::std_1::collections::IsntHashMapExt,
|
||||
std::{any::Any, cell::Cell, mem, rc::Rc, slice},
|
||||
uapi::c,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ use {
|
|||
arrayvec::ArrayVec,
|
||||
bstr::{BString, ByteSlice},
|
||||
indexmap::{IndexMap, IndexSet, indexset},
|
||||
isnt::std_1::collections::IsntHashMap2Ext,
|
||||
isnt::std_1::collections::IsntHashMapExt,
|
||||
jay_config::video::GfxApi,
|
||||
std::{
|
||||
cell::{Cell, RefCell},
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ use {
|
|||
Queue, QueueFamilyProperties2, QueueFlags, QueueGlobalPriorityKHR,
|
||||
},
|
||||
},
|
||||
isnt::std_1::collections::IsntHashMap2Ext,
|
||||
isnt::std_1::collections::IsntHashMapExt,
|
||||
std::{
|
||||
cell::Cell,
|
||||
ffi::{CStr, CString},
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ use {
|
|||
api_version_minor, api_version_patch, api_version_variant,
|
||||
},
|
||||
},
|
||||
isnt::std_1::collections::IsntHashMap2Ext,
|
||||
isnt::std_1::collections::IsntHashMapExt,
|
||||
log::Level,
|
||||
once_cell::sync::Lazy,
|
||||
std::{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ use {
|
|||
jay_head_manager_ext_drm_color_space_setter_v1::JayHeadManagerExtDrmColorSpaceSetterV1RequestHandler,
|
||||
},
|
||||
},
|
||||
isnt::std_1::primitive::IsntSlice2Ext,
|
||||
isnt::std_1::primitive::IsntSliceExt,
|
||||
std::rc::Rc,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use {
|
|||
jay_head_manager_ext_format_setter_v1::JayHeadManagerExtFormatSetterV1RequestHandler,
|
||||
},
|
||||
},
|
||||
isnt::std_1::primitive::IsntSlice2Ext,
|
||||
isnt::std_1::primitive::IsntSliceExt,
|
||||
std::rc::Rc,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use {
|
|||
testrun::TestRun,
|
||||
},
|
||||
},
|
||||
isnt::std_1::collections::IsntHashSet2Ext,
|
||||
isnt::std_1::collections::IsntHashSetExt,
|
||||
std::rc::Rc,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue