Skip to content

Commit

Permalink
update quicksilver
Browse files Browse the repository at this point in the history
  • Loading branch information
lenscas committed Aug 10, 2020
1 parent c000a8e commit ca182cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project are documented in this file.
## Overview

- [upcomming](#upcomming)
- [`0.1.0-alpha0.5`](#0.1.0-alpha0.6)
- [`0.1.0-alpha0.5`](#0.1.0-alpha0.5)
- [`0.1.0-alpha0.4`](#0.1.0-alpha0.4)
- [`0.1.0-alpha0.3`](#0.1.0-alpha0.3)
Expand All @@ -16,6 +17,9 @@ All notable changes to this project are documented in this file.

## upcomming

## 0.1.0-alpha0.5
- Update to quicksilver 0.4.0-alpha0.6

## 0.1.0-alpha0.5

- [BREAKING] dropping the LayerId does not cause the layer to be removed. Only if the layer is also empty does that happen now.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mergui"
description = "A simple GUI system for use with the quicksilver game engine"
version = "0.1.0-alpha0.5"
version = "0.1.0-alpha0.6"
authors = ["lenscas <[email protected]>"]
categories = ["gui"]
edition = "2018"
Expand All @@ -17,5 +17,5 @@ stdweb = ["quicksilver/stdweb"]

[dependencies]
indexmap = "1.3.2"
quicksilver = {version="0.4.0-alpha0.5", default-features=false, features=["ttf","font"]}
quicksilver = {version="0.4.0-alpha0.6", default-features=false, features=["ttf","font"]}
unicode-normalization = "0.1.12"

0 comments on commit ca182cb

Please sign in to comment.