diff --git a/Cargo.toml b/Cargo.toml index e27e263..db15993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,3 +44,7 @@ windows = { version = "0.51.1", features = [ [workspace] members = ["Python/windows-capture-native"] + +[[example]] +name = "basic" +doc-scrape-examples = false diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..292fe49 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable"