Skip to content

Commit

Permalink
Merge #109
Browse files Browse the repository at this point in the history
109: Update templates and changelog r=azriel91 a=azriel91

Adds default graphics backend to `0.13.2` and `0.14.0` templates, and fixes a link in the changelog.

Co-authored-by: Azriel Hoh <[email protected]>
  • Loading branch information
bors[bot] and azriel91 authored Mar 24, 2020
2 parents b218db0 + 22ed243 commit 83ef9c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ adheres to [Semantic Versioning][sv].

* Added 0.15.0 template, which chooses a default graphics backend based on the developer's operating system. ([#104])

[#96]: https://github.com/amethyst/tools/pulls/104
[#104]: https://github.com/amethyst/tools/pull/104

## 0.9.1

Expand Down
1 change: 1 addition & 0 deletions templates/0.13.2/main/Cargo.toml.gdpu
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2018"
amethyst = "{{ amethyst_version }}"

[features]
default = ["{{ graphics_backend }}"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]
1 change: 1 addition & 0 deletions templates/0.14.0/main/Cargo.toml.gdpu
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2018"
amethyst = "{{ amethyst_version }}"

[features]
default = ["{{ graphics_backend }}"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]

0 comments on commit 83ef9c6

Please sign in to comment.