Add Apache 2.0 license to canary-textwrap

This commit is contained in:
mars 2022-12-05 20:09:03 -07:00
parent e4a279c230
commit c7981b5064
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "canary-textwrap" name = "canary-textwrap"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "Apache-2.0"
[dependencies] [dependencies]
canary-script = { path = "../script" } canary-script = { path = "../script" }

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Cramer
// SPDX-License-Identifier: Apache-2.0
use std::collections::HashMap; use std::collections::HashMap;
use canary_script::api::{DrawContext, Font, TextLayout}; use canary_script::api::{DrawContext, Font, TextLayout};