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.