1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Use workspace definitions of edition,license,rust-version,version

This commit is contained in:
Emil Ernerfeldt
2023-11-23 15:45:11 +01:00
parent b62676d21a
commit 96bc34a66d
13 changed files with 54 additions and 47 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "eframe"
version = "0.23.0"
version.workspace = true
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "egui framework - write GUI apps that compiles to web and/or natively"
edition = "2021"
rust-version = "1.72"
edition.workspace = true
rust-version.workspace = true
homepage = "https://github.com/emilk/egui/tree/master/crates/eframe"
license = "MIT OR Apache-2.0"
license.workspace = true
readme = "README.md"
repository = "https://github.com/emilk/egui/tree/master/crates/eframe"
categories = ["gui", "game-development"]