Skip to content

Commit

Permalink
Make hello triangle not a crate
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkeller committed Jul 9, 2022
1 parent 4fe43fc commit 5cdd47a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
File renamed without changes.

0 comments on commit 5cdd47a

Please sign in to comment.