|
@ -1,16 +1,16 @@ |
|
|
[package] |
|
|
[package] |
|
|
name = "egui-wgpu" |
|
|
name = "egui-wgpu" |
|
|
version = "0.23.0" |
|
|
version.workspace = true |
|
|
description = "Bindings for using egui natively using the wgpu library" |
|
|
description = "Bindings for using egui natively using the wgpu library" |
|
|
authors = [ |
|
|
authors = [ |
|
|
"Nils Hasenbanck <nils@hasenbanck.de>", |
|
|
"Nils Hasenbanck <nils@hasenbanck.de>", |
|
|
"embotech <opensource@embotech.com>", |
|
|
"embotech <opensource@embotech.com>", |
|
|
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>", |
|
|
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>", |
|
|
] |
|
|
] |
|
|
edition = "2021" |
|
|
edition.workspace = true |
|
|
rust-version = "1.72" |
|
|
rust-version.workspace = true |
|
|
homepage = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" |
|
|
homepage = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" |
|
|
license = "MIT OR Apache-2.0" |
|
|
license.workspace = true |
|
|
readme = "README.md" |
|
|
readme = "README.md" |
|
|
repository = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" |
|
|
repository = "https://github.com/emilk/egui/tree/master/crates/egui-wgpu" |
|
|
categories = ["gui", "game-development"] |
|
|
categories = ["gui", "game-development"] |
|
|