Skip to content

Commit

Permalink
Extend Cargo.toml, add README.md remove duplicated license files
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 3, 2022
1 parent ed89316 commit 60df946
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 199 deletions.
9 changes: 9 additions & 0 deletions egui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ description = "Bindings for using egui natively using the wgpu library"
authors = [
"Nils Hasenbanck <[email protected]>",
"embotech <[email protected]>",
"Emil Ernerfeldt <[email protected]>",
]
edition = "2021"
rust-version = "1.60"
homepage = "https://github.com/emilk/egui/tree/master/egui-wgpu"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/egui/tree/master/egui-wgpu"
categories = ["gui", "game-development"]
keywords = ["wgpu", "egui", "gui", "gamedev"]
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]


[dependencies]
Expand Down
176 changes: 0 additions & 176 deletions egui-wgpu/LICENSE-APACHE

This file was deleted.

23 changes: 0 additions & 23 deletions egui-wgpu/LICENSE-MIT

This file was deleted.

11 changes: 11 additions & 0 deletions egui-wgpu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# egui-wgpu

[![Latest version](https://img.shields.io/crates/v/egui-wgpu.svg)](https://crates.io/crates/egui-wgpu)
[![Documentation](https://docs.rs/egui-wgpu/badge.svg)](https://docs.rs/egui-wgpu)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [wgpu](https://crates.io/crates/wgpu).

This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend

0 comments on commit 60df946

Please sign in to comment.