mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
All notable changes to the epaint crate will be documented in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
|
||||
## 0.15.0 - 2021-10-24
|
||||
* `Fonts::layout_job`: New text layout engine allowing mixing fonts, colors and styles, with underlining and strikethrough.
|
||||
* New `CircleShape`, `PathShape`, `RectShape` and `TextShape` used in `enum Shape`.
|
||||
* Add support for rotated text (see `TextShape`).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "epaint"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Minimal 2D graphics library for GUI work"
|
||||
edition = "2018"
|
||||
@@ -25,7 +25,7 @@ all-features = true
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
emath = { version = "0.14.0", path = "../emath" }
|
||||
emath = { version = "0.15.0", path = "../emath" }
|
||||
|
||||
ab_glyph = "0.2.11"
|
||||
ahash = { version = "0.7", features = ["std"], default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user