summaryrefslogtreecommitdiffhomepage
path: root/installer-downloader/src/lib.rs
blob: e787ccca7875c2ee19ebf07e79d1b8abb7890427 (plain)
1
2
3
4
5
6
7
8
9
#![cfg(any(target_os = "windows", target_os = "macos"))]

pub mod controller;
pub mod delegate;
pub mod environment;
pub mod log;
pub mod resource;
pub mod temp;
pub mod ui_downloader;