Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate a libhlservo library #23974
Open
Create a libhlservo library #23974
Labels
Comments
|
I'm not convinced we have to create a hl specific library. I'm not sure it's all Hololens specific. Isn't it Windows specific? Maybe it makes sense to keep these things under And if there's something HL specific, could it be moved in support/hololens? |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a bunch of Hololens-specific embedding that's ending up in per-platform cfg blocks in libsimpleservo's C API crate. We should create a new Rust crate that contains the Rust-specific embedding pieces (such as stdio/stdout redirection, logging setup, and GST_LOG redirection) and reexports all of the important bits of the C API.