mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Added support for stdout/stderr (ref issue# 23734) to be redirected to OutputDebugStringA().
This commit is contained in:
parent
6775c69da1
commit
2bd2281853
4 changed files with 135 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4530,8 +4530,10 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"cbindgen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"simpleservo 0.0.1",
|
||||
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue