Browse Source

Rename flex -> sabre

github-actions
Garrit Franke 3 years ago
parent
commit
f84fd3c8db
  1. 3
      Cargo.lock
  2. 2
      Cargo.toml
  3. 0
      examples/hello_world.sb
  4. 0
      examples/math.sb

3
Cargo.lock generated

@ -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"

2
Cargo.toml

@ -1,5 +1,5 @@
[package]
name = "flex"
name = "sabre"
version = "0.0.1"
authors = ["Garrit Franke <garritfranke@gmail.com>"]
edition = "2018"

0
examples/hello_world.fx → examples/hello_world.sb

0
examples/math.fx → examples/math.sb

Loading…
Cancel
Save