1
0
Fork 0
forked from wry/wry

cargo: update dependencies

This commit is contained in:
Julian Orth 2025-10-09 19:48:23 +02:00
parent 63e239032a
commit 78d86c1224
9 changed files with 426 additions and 274 deletions

682
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@ num-traits = "0.2.17"
num-derive = "0.4.2"
libloading = "0.8.1"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
isnt = "0.1.0"
isnt = "0.2.0"
once_cell = "1.19.0"
rand = "0.9.1"
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_json = "1.0.128"
linearize = { version = "0.1.3", features = ["derive"] }
png = "0.17.13"
png = "0.18.0"
rustc-demangle = { version = "0.1.24", optional = true }
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
kbvm = "0.1.5"

View file

@ -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,
};

View file

@ -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},

View file

@ -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},

View file

@ -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::{

View file

@ -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,
};

View file

@ -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,
};

View file

@ -9,7 +9,7 @@ use {
testrun::TestRun,
},
},
isnt::std_1::collections::IsntHashSet2Ext,
isnt::std_1::collections::IsntHashSetExt,
std::rc::Rc,
};