From c941dcb59639cc72997d3cde04dfbbc457f8f33f Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Mon, 30 Dec 2024 19:08:21 +0800 Subject: [PATCH] fix: should depends on log instead of android_logger --- float-pigment-layout/src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/float-pigment-layout/src/lib.rs b/float-pigment-layout/src/lib.rs index 15b56c2..83475da 100644 --- a/float-pigment-layout/src/lib.rs +++ b/float-pigment-layout/src/lib.rs @@ -45,12 +45,6 @@ extern crate alloc; #[macro_use] extern crate log; -#[cfg(target_os = "android")] -extern crate android_logger; - -#[cfg(target_os = "android")] -use log::LevelFilter; - #[allow(unused_imports)] use alloc::{boxed::Box, vec::Vec}; use core::{