update machine-uid for x86 sciter access x64 machine id

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-07-02 17:13:23 +08:00
parent 6f3123bf02
commit c42fbe3d45
6 changed files with 13 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ uuid = { version = "1.3", features = ["v4"] }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
mac_address = "1.1"
machine-uid = "0.3"
machine-uid = { git = "https://github.com/21pages/machine-uid" }
sysinfo = "0.29"
[features]

View File

@@ -45,6 +45,8 @@ pub mod keyboard;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub use dlopen;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub use machine_uid;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub use sysinfo;
pub use toml;
pub use uuid;