|
|
|
@ -38,6 +38,8 @@ pub trait CameraExt { |
|
|
|
/// The fallback `Camera` API, to use on platforms where it is unimplemented.
|
|
|
|
/// The fallback `Camera` API, to use on platforms where it is unimplemented.
|
|
|
|
#[cfg(not(target_os = "linux"))] |
|
|
|
#[cfg(not(target_os = "linux"))] |
|
|
|
mod unimplemented { |
|
|
|
mod unimplemented { |
|
|
|
|
|
|
|
use super::*; |
|
|
|
|
|
|
|
|
|
|
|
#[derive(Debug)] |
|
|
|
#[derive(Debug)] |
|
|
|
pub(crate) struct UnimplementedCamera; |
|
|
|
pub(crate) struct UnimplementedCamera; |
|
|
|
|
|
|
|
|
|
|
|
|