diff --git a/Cargo.toml b/Cargo.toml index d34a490..4e51b86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,6 @@ license = "MIT OR Apache-2.0" description = "Safe low-level Vulkan bindings" homepage = "https://github.com/danielkeller/maia" repository = "https://github.com/danielkeller/maia" -include = [ - "src/**/*.rs", - "build.rs", - "lib/**", - "README.md", - "hello-triangle/README.md", - "hello-triangle/src/main.rs", - "Cargo.toml", -] [dependencies] bitflags = "1.3" @@ -36,7 +27,7 @@ maia = { path = ".", features = [ "window" ] } loom = "0.5" [workspace] -members = ["demo", "hello-triangle"] +members = ["demo"] # Build with # RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --no-deps --all-features diff --git a/hello-triangle/Cargo.toml b/hello-triangle/_Cargo.toml similarity index 100% rename from hello-triangle/Cargo.toml rename to hello-triangle/_Cargo.toml