Skip to content

Commit

Permalink
Fix packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkeller committed Jul 9, 2022
1 parent ff51147 commit 4fe43fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ 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 Down

0 comments on commit 4fe43fc

Please sign in to comment.