Skip to content

Commit

Permalink
Merge pull request #6 from wechat-miniprogram/fix-android-build
Browse files Browse the repository at this point in the history
fix: should depends on log instead of android_logger
  • Loading branch information
TtTRz authored Dec 30, 2024
2 parents 9623a3c + c941dcb commit 370f395
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions float-pigment-layout/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit 370f395

Please sign in to comment.