From f84fd3c8db86099ada431522ecbabfb76bf5d7cc Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Fri, 4 Dec 2020 09:09:34 +0100 Subject: [PATCH] Rename flex -> sabre --- Cargo.lock | 3 ++- Cargo.toml | 2 +- examples/{hello_world.fx => hello_world.sb} | 0 examples/{math.fx => math.sb} | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename examples/{hello_world.fx => hello_world.sb} (100%) rename examples/{math.fx => math.sb} (100%) diff --git a/Cargo.lock b/Cargo.lock index eef2fba..0b0c690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "flex" +name = "sabre" version = "0.0.1" + diff --git a/Cargo.toml b/Cargo.toml index 7733efe..41fa65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "flex" +name = "sabre" version = "0.0.1" authors = ["Garrit Franke "] edition = "2018" diff --git a/examples/hello_world.fx b/examples/hello_world.sb similarity index 100% rename from examples/hello_world.fx rename to examples/hello_world.sb diff --git a/examples/math.fx b/examples/math.sb similarity index 100% rename from examples/math.fx rename to examples/math.sb