Skip to content

Commit

Permalink
Prepare for version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Nov 21, 2020
1 parent 1d795de commit 09e637a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ categories = ["gui", "graphics", "rendering", "rendering::graphics-api"]
keywords = ["gui", "graphics", "wgpu", "imgui"]
license = "MIT OR Apache-2.0"

exclude = [
".gitignore",
".github",
"examples",
"resources",
]

[features]
default = []

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cargo run --release --example hello_world

# Status

Basic features are useable. Uses `wgpu-0.6.0` and `imgui-0.4.0` upstream. `winit-0.22` is used with the examples.
Basic features are useable. Uses `wgpu-0.6.0` and `imgui-0.6.0` upstream. `winit-0.23` is used with the examples.

Contributions are very welcome.

0 comments on commit 09e637a

Please sign in to comment.