Skip to content

Commit a1a6718

Browse files
committed
Allow the app API to be switched off
1 parent 1cc6a1e commit a1a6718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderdoc_sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![allow(non_camel_case_types)]
55
#![allow(non_snake_case)]
66

7+
#[cfg(feature = "app")]
78
pub mod app;
89

910
#[cfg(feature = "replay")]

0 commit comments

Comments
 (0)