kwui-sys 0.2.2

sys-crate for kwui - A GUI library with JSX/CSS support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Re-exports are used by tests with #[path = ..]
#![allow(unused)]

mod binaries;
mod download;
mod env;
mod export;
mod git;
mod github_actions;
mod utils;

// const KWUI_LICENSE: &str = "LICENSE";

pub use binaries::should_export;
pub use download::{resolve_dependencies, try_prepare_download};
pub use export::publish;