build(hololake): add verified Windows x64 distribution path
This commit is contained in:
parent
c471453abf
commit
39fc36f35b
13 changed files with 275 additions and 33 deletions
|
|
@ -1,7 +1,11 @@
|
|||
mod circular_lake_membrane;
|
||||
mod authenticated_storage;
|
||||
mod circular_lake_membrane;
|
||||
mod code_channel;
|
||||
mod code_repo_login;
|
||||
#[cfg(unix)]
|
||||
mod direct_local_broker;
|
||||
#[cfg(windows)]
|
||||
#[path = "direct_local_broker_windows.rs"]
|
||||
mod direct_local_broker;
|
||||
mod direct_local_session;
|
||||
mod dynamic_capability_routing;
|
||||
|
|
|
|||
Loading…
Reference in a new issue