Skip to content

Commit

Permalink
First stage of deprecation, and bump to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 19, 2020
1 parent 83ef9c6 commit 35c1fff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amethyst_tools"
version = "0.10.0"
version = "0.11.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Game development tools for the Amethyst engine"
keywords = ["game", "engine", "tool", "editor", "amethyst"]
Expand Down
6 changes: 6 additions & 0 deletions README.md
@@ -1,3 +1,9 @@
# DEPRECATED

This project has been deprecated. For more details please see [this forum post].

[this forum post]: https://community.amethyst.rs/t/end-of-life-for-amethyst-tools-the-cli/1656

# Amethyst Tools

[![Build Status][s1]][tc] [![Crates.io][s2]][ci] [![MIT/Apache License][s3]][li]
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Expand Up @@ -7,6 +7,8 @@ use amethyst_cli as cli;
use clap::{App, AppSettings, Arg, ArgMatches, SubCommand};

fn main() {
eprintln!("WARNING! amethyst_tools has been deprecated and will stop working in future versions.");
eprintln!("For more details please see https://community.amethyst.rs/t/end-of-life-for-amethyst-tools-the-cli/1656");
let matches = App::new("Amethyst CLI")
.author("Created by Amethyst developers")
.version(env!("CARGO_PKG_VERSION"))
Expand Down

0 comments on commit 35c1fff

Please sign in to comment.