Merge pull request #639 from mahkoh/jorth/kbvm-update-2
kbvm: update to 0.1.5
This commit is contained in:
commit
63e239032a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -689,9 +689,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kbvm"
|
name = "kbvm"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "474d0a1323fee9226a308be0ff72f1f699f1094a6ba3fc6c1495056bffa0dbbc"
|
checksum = "b4d8c8ce90004b5b24e1a411ea5766feb3a28a03eaece56cb6480c644baea810"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bstr",
|
"bstr",
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ linearize = { version = "0.1.3", features = ["derive"] }
|
||||||
png = "0.17.13"
|
png = "0.17.13"
|
||||||
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.4"
|
kbvm = "0.1.5"
|
||||||
tiny-skia = { version = "0.11.4", default-features = false, features = ["std"] }
|
tiny-skia = { version = "0.11.4", default-features = false, features = ["std"] }
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue