fix sciter-rs utf
This commit is contained in:
parent
e6744d031d
commit
905a3a2936
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3041,7 +3041,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sciter-rs"
|
name = "sciter-rs"
|
||||||
version = "0.5.57"
|
version = "0.5.57"
|
||||||
source = "git+https://github.com/sciter-sdk/rust-sciter#1b610fcb7414b3257f6723821e2d9c0cc5aed6ed"
|
source = "git+https://github.com/open-trade/rust-sciter?branch=dyn#4cd10f985e76d64fbf3438ffe7532489936f489a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -46,7 +46,7 @@ cpal = { git = "https://github.com/rustaudio/cpal" }
|
|||||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||||
machine-uid = "0.2"
|
machine-uid = "0.2"
|
||||||
mac_address = "1.1"
|
mac_address = "1.1"
|
||||||
sciter-rs = { git = "https://github.com/sciter-sdk/rust-sciter" }
|
sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn" }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
systray = { git = "https://github.com/open-trade/systray-rs" }
|
systray = { git = "https://github.com/open-trade/systray-rs" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user