Skip to content

Commit

Permalink
Release version 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Mar 29, 2019
1 parent 0d0a7f6 commit e8518a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## In-development

## 0.3.11
- Add support for lyon's StrokeTessellator

## 0.3.10
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quicksilver"
description = "A simple game framework for 2D games in pure Rust"
version = "0.3.10"
version = "0.3.11"
authors = ["Ryan Goldstein <[email protected]>"]
categories = ["game-engines"]
homepage = "https://ryanisaacg.github.io/quicksilver"
Expand Down
Binary file modified docs/lyon.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
//!
//! Each are enabled by default, but you can [specify which features](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features) you actually want to use.
#![doc(html_root_url = "https://docs.rs/quicksilver/0.3.10/quicksilver")]
#![doc(html_root_url = "https://docs.rs/quicksilver/0.3.11/quicksilver")]
#![deny(
bare_trait_objects,
missing_docs,
Expand Down

0 comments on commit e8518a5

Please sign in to comment.