Skip to content

Commit 60df946

Browse files
committed
Extend Cargo.toml, add README.md remove duplicated license files
1 parent ed89316 commit 60df946

File tree

4 files changed

+20
-199
lines changed

4 files changed

+20
-199
lines changed

egui-wgpu/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ description = "Bindings for using egui natively using the wgpu library"
55
authors = [
66
"Nils Hasenbanck <nils@hasenbanck.de>",
77
"embotech <opensource@embotech.com>",
8+
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>",
89
]
910
edition = "2021"
11+
rust-version = "1.60"
12+
homepage = "https://github.com/emilk/egui/tree/master/egui-wgpu"
13+
license = "MIT OR Apache-2.0"
14+
readme = "README.md"
15+
repository = "https://github.com/emilk/egui/tree/master/egui-wgpu"
16+
categories = ["gui", "game-development"]
17+
keywords = ["wgpu", "egui", "gui", "gamedev"]
18+
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
1019

1120

1221
[dependencies]

egui-wgpu/LICENSE-APACHE

-176
This file was deleted.

egui-wgpu/LICENSE-MIT

-23
This file was deleted.

egui-wgpu/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# egui-wgpu
2+
3+
[![Latest version](https://img.shields.io/crates/v/egui-wgpu.svg)](https://crates.io/crates/egui-wgpu)
4+
[![Documentation](https://docs.rs/egui-wgpu/badge.svg)](https://docs.rs/egui-wgpu)
5+
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
6+
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
7+
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
8+
9+
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [wgpu](https://crates.io/crates/wgpu).
10+
11+
This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend

0 commit comments

Comments
 (0)