mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
CI
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
// Requires Rust 1.18.
|
||||
//#![windows_subsystem = "windows"]
|
||||
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
use librustdesk::*;
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "ios"))]
|
||||
#[cfg(any(target_os = "android", target_os = "ios", feature = "flutter"))]
|
||||
fn main() {
|
||||
if !common::global_init() {
|
||||
return;
|
||||
@@ -33,11 +32,6 @@ fn main() {
|
||||
common::global_clean();
|
||||
}
|
||||
|
||||
#[cfg(feature = "flutter")]
|
||||
fn main() {
|
||||
hbb_common::log::info!("Hello world!");
|
||||
}
|
||||
|
||||
#[cfg(feature = "cli")]
|
||||
fn main() {
|
||||
if !common::global_init() {
|
||||
|
||||
Reference in New Issue
Block a user