Skip to content

Commit

Permalink
fix docs compilation when the renderer-software feature is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Aug 2, 2024
1 parent b1dab29 commit 195a543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/rs/slint/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ pub mod generated_code {

pub mod mcu {
#![doc = include_str!("mcu.md")]
#[cfg(feature = "renderer-software")]
use crate::platform::software_renderer::*;
use crate::platform::*;
mod slint {
Expand Down

0 comments on commit 195a543

Please sign in to comment.