1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

set rust edition

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
René Rössler
2022-02-09 12:34:38 +01:00
committed by GitHub
parent 0cd74376a7
commit 6e06a2097b

View File

@@ -1,7 +1,8 @@
[package]
name = "egui_extras"
version = "0.16.0"
edition = "2018"
edition = "2021"
rust-version = "1.56"
description = "Extra widgets for egui"
authors = [
"René Rössler <rene@freshx.de>",