Skip to content

Commit

Permalink
add cargo feature flag for webrender build
Browse files Browse the repository at this point in the history
  • Loading branch information
harryfei committed May 31, 2020
1 parent 17ae8d9 commit a963a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust_src/src/lib.rs
Expand Up @@ -128,13 +128,15 @@ mod util;
mod vectors;
mod window_configuration;
mod windows;
#[cfg(feature = "window-system-webrender")]
mod wrterm;
mod xdisp;
mod xfaces;
mod xml;
#[cfg(feature = "window-system-x11")]
mod xsettings;

#[cfg(feature = "window-system-webrender")]
pub use crate::wrterm::{tip_frame, wr_display_list};

#[cfg(all(not(test), target_os = "macos", feature = "unexecmacosx"))]
Expand Down

0 comments on commit a963a0e

Please sign in to comment.