From e32b0bfd11feb8950a05601bd6492b185c71a515 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Tue, 30 Jan 2024 03:29:07 +0100 Subject: [PATCH] Add license --- demo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 6599a883..4013aacf 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["gamedev", "dialog", "yarn", "bevy"] categories = ["games"] authors = ["Jan Hohenheim "] description = "A demo for Bevy Yarn Spinner for Rust, the friendly tool for writing game dialogue" +license = "MIT OR Apache-2.0" [features] default = []