mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Release 0.17.0 - Improved font selection and image handling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui"
|
||||
version = "0.16.1"
|
||||
version = "0.17.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "An easy-to-use immediate mode GUI that runs on both web and native"
|
||||
edition = "2021"
|
||||
@@ -58,7 +58,7 @@ multi_threaded = ["epaint/multi_threaded"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
epaint = { version = "0.16.0", path = "../epaint", default-features = false }
|
||||
epaint = { version = "0.17.0", path = "../epaint", default-features = false }
|
||||
|
||||
ahash = "0.7"
|
||||
nohash-hasher = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user