summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ada8be9..a5e8417 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# Emacs stuff
+**/*~
+**/#*#
+
# Generated by Cargo
# will have compiled files and executables
debug/
diff --git a/Cargo.toml b/Cargo.toml
index 078fd69..2e06202 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "glam"
+name = "godot-glam"
version = "0.1.0"
edition = "2021"
authors = ["Henrique Alves <henriquelalves@gmail.com>"]