From 55d21880ec105430d771d22c5f6548cbbdf80686 Mon Sep 17 00:00:00 2001 From: Patrick Marsee Date: Thu, 30 Jan 2025 01:18:36 -0500 Subject: [PATCH] Added intro text to README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29..b34fa4f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Rail Network + +This Rust library defines the mechanics behind a railroad network as a Godot extension. While the Godot extension API is a required as a dependency, the unit tests can be run without needing to import this library into Godot itself.