From 09e637afa4b9d4cd0d826703f0a6399660e9bbe7 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sat, 21 Nov 2020 17:49:13 -0500 Subject: [PATCH] Prepare for version 0.12.0 --- Cargo.toml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c799e02..6db3887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [] diff --git a/README.md b/README.md index f2db721..c1b8391 100644 --- a/README.md +++ b/README.md @@ -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.